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 ScreenMembersOnResetPasswordMfaVoiceChallenge extends ScreenMembers { data: { /** * Le numéro de téléphone auquel envoyer l'appel vocal. */ phoneNumber: string; /** * Indique s'il faut afficher le lien pour passer à la vérification par SMS. */ showLinkSms?: boolean; } | null; }
phoneNumber
string
showLinkSms?
boolean
null