UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 358 B
/** Enum values for the type of the statistics */ export declare enum MetricsTypeEnum { 'error:download' = "error:download", 'error:upload' = "error:upload", 'light:in' = "light:in", 'light:out' = "light:out", 'traffic:download' = "traffic:download", 'traffic:upload' = "traffic:upload" } //# sourceMappingURL=MetricsTypeEnum.d.ts.map