> ## Documentation Index
> Fetch the complete documentation index at: https://auth0-docs-event-stream-action-templates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# PhonePrefix

```ts Example theme={null}
export interface PhonePrefix {
  /** The country name */
  country: string;
  /** The country code (e.g. 'US', 'GB') */
  country_code: string;
  /** The phone prefix (e.g. '+1', '+44') */
  phone_prefix: string;
}
```

## Properties

<ParamField body="country" type="string">
  The country name
</ParamField>

### country\_code

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

The country code (e.g. 'US', 'GB')

### phone\_prefix

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

The phone prefix (e.g. '+1', '+44')
