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

# SubmitCaptchaOptions

```ts Example theme={null}
export interface SubmitCaptchaOptions {
  captcha: string;
  [key: string]: string | number;
}
```

## Indexable

\[`key`: `string`]: `string` | `number`

## Properties

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