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 EmailVerificationResultMembers extends BaseMembers { /** * メール確認結果画面の特定のプロパティとデータへのアクセスを提供します。 * 確認の`status`と`login`リンクを含みます。 * @type {ScreenMembersOnEmailVerificationResult} */ screen: ScreenMembersOnEmailVerificationResult; }