UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 225 B
/** Office tenant type */ export var ServiceTypeEnum; (function (ServiceTypeEnum) { ServiceTypeEnum["payAsYouGo"] = "payAsYouGo"; ServiceTypeEnum["prepaid"] = "prepaid"; })(ServiceTypeEnum || (ServiceTypeEnum = {}));