mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
6 lines
166 B
TypeScript
6 lines
166 B
TypeScript
import { SecretVerificationRequest } from './secretVerificationRequest';
|
|
|
|
export class TwoFactorEmailRequest extends SecretVerificationRequest {
|
|
email: string;
|
|
}
|