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 ScreenMembersOnResetPasswordMfaSmsChallenge extends ScreenMembers { data: { phoneNumber: string; /** * Indique s'il faut afficher le lien pour passer à la vérification par appel vocal */ showLinkVoice?: boolean; } | null; }
phoneNumber
string
showLinkVoice?
boolean
null