mirror of
https://github.com/bitwarden/jslib
synced 2025-12-16 08:13:26 +00:00
5 lines
92 B
TypeScript
5 lines
92 B
TypeScript
export class SecretVerificationRequest {
|
|
masterPasswordHash: string;
|
|
otp: string;
|
|
}
|