UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 213 B
/** Enum values for the period of the statistics */ export declare enum MetricsPeriodEnum { 'daily' = "daily", 'hourly' = "hourly", 'weekly' = "weekly" } //# sourceMappingURL=MetricsPeriodEnum.d.ts.map