> ## 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

選択した組織名で続行する際のオプション。

```ts Example theme={null}
export interface ContinueWithOrganizationNameOptions {
  /**
   * 組織名。
   */
  organizationName: string;
  /**
   * 追加のカスタムオプション。
   */
  [key: string]: string | number | boolean | undefined;
}
```

<div id="indexable">
  ## インデックス指定可能
</div>

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

任意の追加のカスタムオプション。

<div id="properties">
  ## プロパティ
</div>

<ParamField body="organizationName" type="string">
  組織名。
</ParamField>
