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
Was this page helpful?