UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 222 B
/** Type of service */ export var ServiceTypeEnum; (function (ServiceTypeEnum) { ServiceTypeEnum["payAsYouGo"] = "payAsYouGo"; ServiceTypeEnum["prepaid"] = "prepaid"; })(ServiceTypeEnum || (ServiceTypeEnum = {}));