mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-15 15:53:41 +00:00
5 lines
96 B
TypeScript
5 lines
96 B
TypeScript
export class EmergencyAccessPasswordRequest {
|
|
newMasterPasswordHash: string;
|
|
key: string;
|
|
}
|