UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 235 B
/** The billing type of this Dedicated Cloud */ export var BillingTypeEnum; (function (BillingTypeEnum) { BillingTypeEnum["demo"] = "demo"; BillingTypeEnum["monthly"] = "monthly"; })(BillingTypeEnum || (BillingTypeEnum = {}));