> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-fix-docs-5546-update-db-search.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ResetPasswordMfaVoiceChallengeContinueOptions

Payload for the `continue()` method on ResetPasswordMfaVoiceChallengeMembers.

```ts Example theme={null}
export interface ContinueOptions extends CustomOptions {
  /**
   * The OTP code entered by the user.
   */
  code: string;
}
```

## Properties

<ParamField body="code" type="string">
  The OTP code entered by the user.
</ParamField>
