UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 230 B
/** Level of the diagnostic report */ export declare enum DiagnosticReportLevelEnum { 'debug' = "debug", 'error' = "error", 'info' = "info", 'warn' = "warn" } //# sourceMappingURL=DiagnosticReportLevelEnum.d.ts.map