Skip to main content
Interface for the payload of the continue method
Example
export interface ContinueOptions extends CustomOptions {
  code: string;
}

Indexable

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

Properties

code
string