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

# PhonePrefix

```ts Example theme={null}
export interface PhonePrefix {
  /** Le nom du pays */
  country: string;
  /** Le code de pays (p. ex. 'US', 'GB') */
  country_code: string;
  /** L'indicatif téléphonique (p. ex. '+1', '+44') */
  phone_prefix: string;
}
```

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

<ParamField body="country" type="string">
  Nom du pays
</ParamField>

<div id="country_code">
  ### country\_code
</div>

> **country\_code**: `string`

Le code de pays (p. ex. « US », « GB »)

<div id="phone_prefix">
  ### phone\_prefix
</div>

> **phone\_prefix**: `string`

L’indicatif téléphonique (par exemple '+1', '+44')
