UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 167 B
/** Type of service */ export declare enum ServiceTypeEnum { 'payAsYouGo' = "payAsYouGo", 'prepaid' = "prepaid" } //# sourceMappingURL=ServiceTypeEnum.d.ts.map