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

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

5 lines
64 B
TypeScript
Raw Normal View History

export enum EmergencyAccessType {
View = 0,
Takeover = 1,
}