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

# EnrolledEmail

```ts Example theme={null}
export interface EnrolledEmail {
  id: number;
  email: string;
}
```

## Properties

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

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