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

# SignupPayloadOptions

```ts Example theme={null}
export interface SignupOptions {
  email?: string;
  username?: string;
  phoneNumber?: string;
  password?: string;
  captcha?: string;
  [key: string]: string | number | boolean | undefined;
}
```

## Indexable

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

## Properties

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

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

<ParamField body="password?" type="string" />

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

<ParamField body="username?" type="string" />
