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