UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 224 B
/** Type of user */ export var UserTypeEnum; (function (UserTypeEnum) { UserTypeEnum["ROOT"] = "ROOT"; UserTypeEnum["SERVICE"] = "SERVICE"; UserTypeEnum["USER"] = "USER"; })(UserTypeEnum || (UserTypeEnum = {}));