UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines (8 loc) 254 B
/** Private database type */ export var TypeEnum; (function (TypeEnum) { TypeEnum["mariadb"] = "mariadb"; TypeEnum["mysql"] = "mysql"; TypeEnum["postgresql"] = "postgresql"; TypeEnum["valkey"] = "valkey"; })(TypeEnum || (TypeEnum = {}));