UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 251 B
/** Period of the statistics */ export var StatsPeriodEnum; (function (StatsPeriodEnum) { StatsPeriodEnum["day"] = "day"; StatsPeriodEnum["month"] = "month"; StatsPeriodEnum["week"] = "week"; })(StatsPeriodEnum || (StatsPeriodEnum = {}));