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

# 登録済みの電話番号

```ts Example theme={null}
export interface EnrolledPhoneNumber {
  id: number;
  phoneNumber: string;
}
```

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

<ParamField body="id" type="number" />

<ParamField body="phoneNumber" type="string" />
