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 OrganizationPickerMembers extends BaseMembers { /** * ãŠãŒã¶ãŒã®çµç¹ãéžæããŸãã * @param payload çµç¹IDãå«ããªãã·ã§ã³ã */ selectOrganization(payload: { organization: string; state: string }): Promise<void>; /** * çµç¹ã®éžæãã¹ããããããŠãŒã¶ãŒã®å人ã¢ã«ãŠã³ãã§ç¶è¡ããŸãã * @param payload requestã«å«ããã«ã¹ã¿ã ãªãã·ã§ã³ïŒä»»æïŒã */ skipOrganizationSelection(payload?: CustomOptions): Promise<void>; }
Show ãã©ã¡ãŒã¿ãŒ
string