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; /** * Si se debe mostrar el enlace para cambiar a la verificación por llamada de voz */ showLinkVoice?: boolean; } | null; }
phoneNumber
string
showLinkVoice?
boolean
null