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

# DeviceCodeActivationContinueOptions

デバイスコード有効化を続行するためのペイロード。

このインターフェースは `CustomOptions` を拡張しているため、すべてのカスタムオプションのプロパティがオブジェクトのトップレベルにマージされます。これにより、ネストを避けられ、このインターフェースを利用する側にとってよりシンプルな構造になります。

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

<div id="properties">
  ## プロパティ
</div>

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