mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 02:03:39 +00:00
add account profile api
This commit is contained in:
5
src/enums/organizationUserStatusType.ts
Normal file
5
src/enums/organizationUserStatusType.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export enum OrganizationUserStatusType {
|
||||
Invited = 0,
|
||||
Accepted = 1,
|
||||
Confirmed = 2,
|
||||
}
|
||||
5
src/enums/organizationUserType.ts
Normal file
5
src/enums/organizationUserType.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export enum OrganizationUserType {
|
||||
Owner = 0,
|
||||
Admin = 1,
|
||||
User = 2,
|
||||
}
|
||||
Reference in New Issue
Block a user