UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 287 B
/** Available periods for the VPS monitoring */ export declare enum VpsMonitoringPeriodEnum { 'lastday' = "lastday", 'lastmonth' = "lastmonth", 'lastweek' = "lastweek", 'lastyear' = "lastyear", 'today' = "today" } //# sourceMappingURL=VpsMonitoringPeriodEnum.d.ts.map