mirror of
https://github.com/bitwarden/jslib
synced 2025-12-16 00:03:38 +00:00
8 lines
185 B
TypeScript
8 lines
185 B
TypeScript
import { EmailTokenRequest } from './emailTokenRequest';
|
|
|
|
export class EmailRequest extends EmailTokenRequest {
|
|
newMasterPasswordHash: string;
|
|
token: string;
|
|
key: string;
|
|
}
|