UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 246 B
/** Available types for the Disk monitoring and use */ export var StatisticTypeEnum; (function (StatisticTypeEnum) { StatisticTypeEnum["max"] = "max"; StatisticTypeEnum["used"] = "used"; })(StatisticTypeEnum || (StatisticTypeEnum = {}));