@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
7 lines (6 loc) • 312 B
JavaScript
/** OVHCloud Object Storage Repo Type */
export var ObjectStorageRepoTypeEnum;
(function (ObjectStorageRepoTypeEnum) {
ObjectStorageRepoTypeEnum["highPerformance"] = "highPerformance";
ObjectStorageRepoTypeEnum["standard"] = "standard";
})(ObjectStorageRepoTypeEnum || (ObjectStorageRepoTypeEnum = {}));