@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines (9 loc) • 368 B
JavaScript
/** MetricsPeriod */
export var MetricsPeriodEnum;
(function (MetricsPeriodEnum) {
MetricsPeriodEnum["lastday"] = "lastday";
MetricsPeriodEnum["lastmonth"] = "lastmonth";
MetricsPeriodEnum["lastweek"] = "lastweek";
MetricsPeriodEnum["lastyear"] = "lastyear";
MetricsPeriodEnum["today"] = "today";
})(MetricsPeriodEnum || (MetricsPeriodEnum = {}));