UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

13 lines 381 B
/** All versions that VPS can have */ export declare enum VpsVersionEnum { 'Key_2013v1' = "2013v1", 'Key_2014v1' = "2014v1", 'Key_2015v1' = "2015v1", 'Key_2017v1' = "2017v1", 'Key_2017v2' = "2017v2", 'Key_2017v3' = "2017v3", 'Key_2018v1' = "2018v1", 'Key_2018v2' = "2018v2", 'Key_2019v1' = "2019v1" } //# sourceMappingURL=VpsVersionEnum.d.ts.map