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

Options de sélection d’un code de pays

```ts Example theme={null}
export interface SelectCountryCodeOptions {
  /** Le code de pays (p. ex. 'US', 'GB') */
  country_code: string;
  /** L’indicatif téléphonique (p. ex. '+1', '+44') */
  phone_prefix: string;
  /** Toutes les options personnalisées supplémentaires */
  [key: string]: string | number | boolean | undefined;
}
```

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

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

Toute autre option personnalisée

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

<ParamField body="country_code" type="string">
  Le code du pays (p. ex. « US », « GB »)
</ParamField>

<ParamField body="phone_prefix" type="string">
  L’indicatif téléphonique (p. ex. « +1 », « +44 »)
</ParamField>
