UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 285 B
/** The available billing type upgrade for Dedicated Cloud ressource */ export declare enum UpgradeTypeEnum { 'demoToMonthly' = "demoToMonthly", 'freeSpareToHourly' = "freeSpareToHourly", 'hourlyToMonthly' = "hourlyToMonthly" } //# sourceMappingURL=UpgradeTypeEnum.d.ts.map