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 MfaEmailListMembers extends BaseMembers { screen: ScreenMembersOnMfaEmailList; /** * ãªã¹ãããç»é²æžã¿ã®ã¡ãŒã«ã¢ãã¬ã¹ãéžæããŸã * @param payload éžæActionãå«ããªãã·ã§ã³ */ selectMfaEmail(payload: SelectMfaEmailOptions): Promise<void>; /** * åã®ç»é¢ã«æ»ããŸã * @param payload ãªã¯ãšã¹ãã«å«ããä»»æã®ã«ã¹ã¿ã ãªãã·ã§ã³ */ goBack(payload?: CustomOptions): Promise<void>; }
Show ãã©ã¡ãŒã¿ãŒ