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 ScreenMembersOnMfaPushChallengePush extends ScreenMembers { data: { /** Le nom de l'appareil recevant la notification push */ deviceName: string; /** Indique si l'option de mémorisation de l'appareil doit être affichée */ showRememberDevice?: boolean; } | null; }
deviceName
string
showRememberDevice?
boolean
null