> ## 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" />
