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

# DeviceCodeActivationContinueOptions

payload for continuing device code activation.

This interface extends `CustomOptions`, meaning all custom option properties
are merged into the top level of the object. This avoids nesting and provides
a simpler structure for consumers of this interface.

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

## Properties

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