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 { /** * Fournit l'accÚs aux propriétés et données propres à l'écran Email Verification Result, * y compris le `status` de vérification et le lien `login`. * @type {ScreenMembersOnEmailVerificationResult} */ screen: ScreenMembersOnEmailVerificationResult; }