UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 231 B
/** Instance price type */ export declare enum InstancePriceTypeEnum { 'hour' = "hour", 'licence' = "licence", 'licenceMonth' = "licenceMonth", 'month' = "month" } //# sourceMappingURL=InstancePriceTypeEnum.d.ts.map