> ## 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 {
  /** 国名 */
  country: string;
  /** 国コード（例: 'US', 'GB'） */
  country_code: string;
  /** 電話番号プレフィックス（例: '+1', '+44'） */
  phone_prefix: string;
}
```

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

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

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

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

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

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

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

電話番号プレフィックス (例: '+1'、'+44')
