Skip to main content
ContinueOptions
Example
export interface ContinueOptions extends CustomOptions {
  // No screen-specific properties are required for the 'continue' action beyond CustomOptions.
  // The server uses `action: "default"` for this operation.
}

Indexable

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