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

# MfaRecoveryCodeChallengeContinueOptions

Options for continuing with the MFA Recovery Code Challenge.

```ts Example theme={null}
export interface ContinueOptions extends CustomOptions {
  code: string;
}
```

## Properties

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