@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
13 lines • 335 B
TypeScript
/** Type of rule configuration */
export declare enum TypeEnum {
'bool' = "bool",
'contact' = "contact",
'date_ISO8601' = "date_ISO8601",
'domain' = "domain",
'json' = "json",
'number' = "number",
'string' = "string",
'string[]' = "string[]",
'text' = "text"
}
//# sourceMappingURL=TypeEnum.d.ts.map