node-ovh-ts
Version:
OVH API wrapper library for TypeScript
4 lines (2 loc) • 449 B
TypeScript
type LicenseDirectAdminOsEnum = 'CentOs_5.0_32' | 'CentOs_5.0_64' | 'CentOs_6_32' | 'CentOs_6_64' | 'CentOs_7_64' | 'CentOs_8_64' | 'Debian_10.0_64' | 'Debian_11.0_64' | 'Debian_5.0_32' | 'Debian_5.0_64' | 'Debian_6.0_32' | 'Debian_6.0_64' | 'Debian_7.0_64' | 'Debian_8.0_64' | 'Debian_9.0_64' | 'FreeBSD_11.x_64' | 'FreeBSD_12.x_64' | 'FreeBSD_7.x_32' | 'FreeBSD_7.x_64' | 'FreeBSD_8.x_64' | 'FreeBSD_9.x_64';
export { LicenseDirectAdminOsEnum };