mirror of
https://github.com/bitwarden/jslib
synced 2026-01-08 03:23:15 +00:00
add manager org user type
This commit is contained in:
@@ -2,4 +2,5 @@ export enum OrganizationUserType {
|
||||
Owner = 0,
|
||||
Admin = 1,
|
||||
User = 2,
|
||||
Manager = 3,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user