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

Properties

code
string