@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
9 lines (8 loc) • 345 B
JavaScript
/** The billing type of this Dedicated Cloud ressource */
export var BillingTypeEnum;
(function (BillingTypeEnum) {
BillingTypeEnum["freeSpare"] = "freeSpare";
BillingTypeEnum["hourly"] = "hourly";
BillingTypeEnum["monthly"] = "monthly";
BillingTypeEnum["undefined"] = "undefined";
})(BillingTypeEnum || (BillingTypeEnum = {}));