> ## 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 {
  /** El nombre del país */
  country: string;
  /** El código de país (p. ej. 'US', 'GB') */
  country_code: string;
  /** El prefijo telefónico (p. ej. '+1', '+44') */
  phone_prefix: string;
}
```

<div id="properties">
  ## Propiedades
</div>

<ParamField body="country" type="string">
  El nombre del país
</ParamField>

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

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

El código de país (p. ej., 'US', 'GB')

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

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

El prefijo telefónico (p. ej., '+1', '+44')
