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

# SwitchConnectionOptionsEmailCode

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

## Indexable

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

## Properties

<ParamField body="connection" type="string" required>
  The connection identifier to switch to for email code-based passwordless authentication.
</ParamField>
