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

# PhoneEnrollmentOptions

```ts Example theme={null}
export interface PhoneEnrollmentOptions {
  type: 'text' | 'voice';
  [key: string]: string | number | boolean;
}
```

## Properties

<ParamField body="type" type="&#x22;voice&#x22;" />
