> ## Documentation Index
> Fetch the complete documentation index at: https://translations.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ContinueWithOrganizationNameOptions

Options permettant de continuer avec le nom de l’organisation sélectionnée.

```ts Example theme={null}
export interface ContinueWithOrganizationNameOptions {
  /**
   * Le nom de l'organisation.
   */
  organizationName: string;
  /**
   * Toute option personnalisée supplémentaire.
   */
  [key: string]: string | number | boolean | undefined;
}
```

<div id="indexable">
  ## Indexable
</div>

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

N’importe quelle option personnalisée supplémentaire.

<div id="properties">
  ## Propriétés
</div>

<ParamField body="organizationName" type="string">
  Le nom de l’organisation.
</ParamField>
