Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Supported Types

models.OutputImage

const value: models.OutputImage = {
  type: "image",
  url: "https://circular-epic.info/",
};

models.OutputLogs

const value: models.OutputLogs = {
  logs: "<value>",
  type: "logs",
};