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; /** * 音声通話認証に切り替えるリンクを表示するかどうか */ showLinkVoice?: boolean; } | null; }
phoneNumber
string
showLinkVoice?
boolean
null