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 ScreenMembersOnMfaEnrollResult extends ScreenMembers { /** * MFA登録のステータスを含む画面固有のデータ。 * @type {{ status: string; } | null} */ data: { /** * MFA登録プロセスのステータス。 * 指定可能な値には "success"、"failure"、またはその他の固有のステータスコードが含まれる場合があります。 * このステータスを使用して、ユーザーに適切なメッセージを表示できます。 * @type {string} */ status: string; } | null; }
status
string
null