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

Supported Types

operations.ContentText

const value: operations.ContentText = {
  type: "text",
  text: "<value>",
};

operations.ContentImageURL

const value: operations.ContentImageURL = {
  type: "image_url",
  imageUrl: {
    url: "https://zealous-march.biz/",
  },
};