UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 222 B
/** Web Cloud Database config type */ export var TypeEnum; (function (TypeEnum) { TypeEnum["boolean"] = "boolean"; TypeEnum["number"] = "number"; TypeEnum["string"] = "string"; })(TypeEnum || (TypeEnum = {}));