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

# PhonePrefix

```ts Example theme={null}
export interface PhonePrefix {
  /** 国名 */
  country: string;
  /** 国コード（例: 'US', 'GB'） */
  country_code: string;
  /** 電話番号のプレフィックス（例: '+1', '+44'） */
  phone_prefix: string;
}
```

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

<ParamField body="country" type="string">
  国名
</ParamField>

<h3 id="country_code">
  country\_code
</h3>

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

国コード (例: 'US'、'GB')

<h3 id="phone_prefix">
  phone\_prefix
</h3>

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

電話番号のプレフィックス (例:「+1」「+44」)
