UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 180 B
/** The billing type of this Dedicated Cloud */ export declare enum BillingTypeEnum { 'demo' = "demo", 'monthly' = "monthly" } //# sourceMappingURL=BillingTypeEnum.d.ts.map