mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
6 lines
117 B
TypeScript
6 lines
117 B
TypeScript
export class PasswordRequest {
|
|
masterPasswordHash: string;
|
|
newMasterPasswordHash: string;
|
|
key: string;
|
|
}
|