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