UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 231 B
/** partition raid type */ export declare enum PartitionRaidEnum { 'Key_0' = "0", 'Key_1' = "1", 'Key_10' = "10", 'Key_5' = "5", 'Key_6' = "6", 'Key_7' = "7" } //# sourceMappingURL=PartitionRaidEnum.d.ts.map