@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
8 lines (7 loc) • 357 B
JavaScript
/** The available billing type upgrade for Dedicated Cloud ressource */
export var UpgradeTypeEnum;
(function (UpgradeTypeEnum) {
UpgradeTypeEnum["demoToMonthly"] = "demoToMonthly";
UpgradeTypeEnum["freeSpareToHourly"] = "freeSpareToHourly";
UpgradeTypeEnum["hourlyToMonthly"] = "hourlyToMonthly";
})(UpgradeTypeEnum || (UpgradeTypeEnum = {}));