UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 248 B
/** MetricsPeriod */ export declare enum MetricsPeriodEnum { 'lastday' = "lastday", 'lastmonth' = "lastmonth", 'lastweek' = "lastweek", 'lastyear' = "lastyear", 'today' = "today" } //# sourceMappingURL=MetricsPeriodEnum.d.ts.map