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

# FederatedSignupOptions

```ts Example theme={null}
export interface FederatedSignupOptions {
  connection: string;
  [key: string]: string | number | boolean;
}
```

## Properties

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