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 SelectMfaPushDeviceOptions { /** * L'index de l'appareil à sélectionner dans la liste des appareils enregistrés. * L'index est basé sur 0. */ deviceIndex: number; [key: string]: string | number | boolean | undefined; }