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_31' = "1.31", 'Key_1_32' = "1.32", 'Key_1_33' = "1.33", 'Key_1_34' = "1.34", 'Key_1_35' = "1.35" } //# sourceMappingURL=VersionEnum.d.ts.map