> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-docs-event-stream-action-templates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ContinueWithOrganizationNameOptions

Options for continuing with the selected organization name.

```ts Example theme={null}
export interface ContinueWithOrganizationNameOptions {
  /**
   * The organization name.
   */
  organizationName: string;
  /**
   * Any additional custom options.
   */
  [key: string]: string | number | boolean | undefined;
}
```

## Indexable

\[`key`: `string`]: `string` | `number` | `boolean` | `undefined`

Any additional custom options.

## Properties

<ParamField body="organizationName" type="string">
  The organization name.
</ParamField>
