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 ScreenMembersOnResetPasswordMfaPhoneChallenge extends ScreenMembers { /** * @property {object | null} data - 画面固有のデータ。 * @property {string} data.phoneNumber - パスワードリセット中のMFAチャレンジに関連付けられた電話番号(セキュリティのためマスクされている場合があります)。 */ data: { /** このMFAチャレンジに関連付けられた電話番号(多くの場合マスクされています)。 */ phoneNumber: string; } | null; }
phoneNumber
string
null