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 { /** * The screen properties. */ screen: ScreenMembersOnOrganizationSelection; /** * Continues with the selected organization name. * @param payload The options containing the organization name. */ continueWithOrganizationName(payload: ContinueWithOrganizationNameOptions): Promise<void>; }
Show Parameters