UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

14 lines (13 loc) 432 B
/** Type of rule configuration */ export var TypeEnum; (function (TypeEnum) { TypeEnum["bool"] = "bool"; TypeEnum["contact"] = "contact"; TypeEnum["date_ISO8601"] = "date_ISO8601"; TypeEnum["domain"] = "domain"; TypeEnum["json"] = "json"; TypeEnum["number"] = "number"; TypeEnum["string"] = "string"; TypeEnum["string[]"] = "string[]"; TypeEnum["text"] = "text"; })(TypeEnum || (TypeEnum = {}));