mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
8 lines
181 B
TypeScript
8 lines
181 B
TypeScript
import { EmailTokenRequest } from "./email-token.request";
|
|
|
|
export class EmailRequest extends EmailTokenRequest {
|
|
newMasterPasswordHash: string;
|
|
token: string;
|
|
key: string;
|
|
}
|