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

# EnrolledPhoneNumber

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

## Properties

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

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