UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 217 B
/** OVHCloud Object Storage Repo Type */ export declare enum ObjectStorageRepoTypeEnum { 'highPerformance' = "highPerformance", 'standard' = "standard" } //# sourceMappingURL=ObjectStorageRepoTypeEnum.d.ts.map