mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
8 lines
149 B
TypeScript
8 lines
149 B
TypeScript
export enum EmergencyAccessStatusType {
|
|
Invited = 0,
|
|
Accepted = 1,
|
|
Confirmed = 2,
|
|
RecoveryInitiated = 3,
|
|
RecoveryApproved = 4,
|
|
}
|