@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
11 lines • 339 B
TypeScript
/** Configuration language versions enum */
export declare enum VersionEnum {
'nodejs-12' = "nodejs-12",
'nodejs-14' = "nodejs-14",
'python-3_7' = "python-3.7",
'python-3_8' = "python-3.8",
'python-3_9' = "python-3.9",
'ruby-2_6' = "ruby-2.6",
'ruby-2_7' = "ruby-2.7"
}
//# sourceMappingURL=VersionEnum.d.ts.map