@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
18 lines • 614 B
TypeScript
/** Private database version */
export declare enum VersionEnum {
'mariadb_10_11' = "mariadb_10.11",
'mariadb_10_6' = "mariadb_10.6",
'mariadb_11_4' = "mariadb_11.4",
'mariadb_11_8' = "mariadb_11.8",
'mysql_8_0' = "mysql_8.0",
'mysql_8_4' = "mysql_8.4",
'postgresql_14' = "postgresql_14",
'postgresql_15' = "postgresql_15",
'postgresql_16' = "postgresql_16",
'postgresql_17' = "postgresql_17",
'postgresql_18' = "postgresql_18",
'valkey_7_2' = "valkey_7.2",
'valkey_8_1' = "valkey_8.1",
'valkey_9_1' = "valkey_9.1"
}
//# sourceMappingURL=VersionEnum.d.ts.map