Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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