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 ScreenMembersOnResetPasswordMfaVoiceChallenge extends ScreenMembers { data: { /** * é³å£°é話ã®éä¿¡å é»è©±çªå·ã */ phoneNumber: string; /** * SMSèªèšŒã«åãæ¿ãããªã³ã¯ã衚瀺ãããã©ããã */ showLinkSms?: boolean; } | null; }
phoneNumber
string
showLinkSms?
boolean
null