UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 252 B
/** List of available versions for installation */ export declare enum VersionEnum { 'Key_1_28' = "1.28", 'Key_1_29' = "1.29", 'Key_1_30' = "1.30", 'Key_1_31' = "1.31", 'Key_1_32' = "1.32" } //# sourceMappingURL=VersionEnum.d.ts.map