Skip to main content
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.
Example
export interface ContinueOptions extends CustomOptions {
  code: string;
}

Indexable

[key: string]: string | number | boolean | undefined

Properties

code
string