bitwarden-estensione-browser/libs/common/src/enums/organizationUserStatusType.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
91 B
TypeScript
Raw Normal View History

2018-05-03 18:46:49 +02:00
export enum OrganizationUserStatusType {
Invited = 0,
Accepted = 1,
Confirmed = 2,
}