export class PasswordRequest { masterPasswordHash: string; newMasterPasswordHash: string; key: string; }