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

# SelectCountryCodeOptions

国コード選択用のオプション

```ts Example theme={null}
export interface SelectCountryCodeOptions {
  /** 国コード（例: 'US', 'GB'） */
  country_code: string;
  /** 電話番号のプレフィックス（例: '+1', '+44'） */
  phone_prefix: string;
  /** 追加のカスタムオプション */
  [key: string]: string | number | boolean | undefined;
}
```

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

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

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

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

<ParamField body="country_code" type="string">
  国コード (例: 'US'、'GB')
</ParamField>

<ParamField body="phone_prefix" type="string">
  電話番号のプレフィックス (例: '+1'、'+44')
</ParamField>
