UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 233 B
/** Filter the value of type property (=) */ export var TypeEnum; (function (TypeEnum) { TypeEnum["integer"] = "integer"; TypeEnum["password"] = "password"; TypeEnum["string"] = "string"; })(TypeEnum || (TypeEnum = {}));