UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 256 B
/** The billing type of this Dedicated Cloud ressource */ export declare enum BillingTypeEnum { 'freeSpare' = "freeSpare", 'hourly' = "hourly", 'monthly' = "monthly", 'undefined' = "undefined" } //# sourceMappingURL=BillingTypeEnum.d.ts.map