mirror of
https://github.com/bitwarden/jslib
synced 2025-12-23 19:53:55 +00:00
7 lines
193 B
TypeScript
7 lines
193 B
TypeScript
import { SecretVerificationRequest } from './secretVerificationRequest';
|
|
|
|
export class PasswordRequest extends SecretVerificationRequest {
|
|
newMasterPasswordHash: string;
|
|
key: string;
|
|
}
|