export interface ScreenMembersOnResetPasswordMfaSmsChallenge extends ScreenMembers { data: { phoneNumber: string; /** * Whether to show the link to switch to voice call verification */ showLinkVoice?: boolean; } | null; }
phoneNumber
string
showLinkVoice?
boolean
null
Was this page helpful?