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 { /** * ç»é²æžã¿ããã€ã¹ã®ãªã¹ãããéžæããããã€ã¹ã®ã€ã³ããã¯ã¹ã * ã€ã³ããã¯ã¹ã¯0å§ãŸãã§ãã */ deviceIndex: number; [key: string]: string | number | boolean | undefined; }