UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 169 B
/** The type of the user */ export var TypeEnum; (function (TypeEnum) { TypeEnum["group"] = "group"; TypeEnum["user"] = "user"; })(TypeEnum || (TypeEnum = {}));