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 OrganizationSelectionMembers extends BaseMembers { /** * 画面プロパティ。 */ screen: ScreenMembersOnOrganizationSelection; /** * 選択したorganization名で続行します。 * @param payload organization名を含むオプション。 */ continueWithOrganizationName(payload: ContinueWithOrganizationNameOptions): Promise<void>; }
Show パラメータ