UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines (8 loc) 356 B
/** Instance price type */ export var InstancePriceTypeEnum; (function (InstancePriceTypeEnum) { InstancePriceTypeEnum["hour"] = "hour"; InstancePriceTypeEnum["licence"] = "licence"; InstancePriceTypeEnum["licenceMonth"] = "licenceMonth"; InstancePriceTypeEnum["month"] = "month"; })(InstancePriceTypeEnum || (InstancePriceTypeEnum = {}));