Interface for the screen data specific to reset-password-mfa-voice-challenge screen.
Example
Report incorrect code
Copy
Ask AI
export interface ScreenMembersOnResetPasswordMfaVoiceChallenge extends ScreenMembers { data: { /** * The phone number to send the voice call to. */ phoneNumber: string; /** * Whether to show the link to switch to SMS verification. */ showLinkSms?: boolean; } | null;}