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

Supported Types

models.FormatText

const value: models.FormatText = {
  type: "text",
};

models.FormatGrammar

const value: models.FormatGrammar = {
  definition: "<value>",
  syntax: "lark",
  type: "grammar",
};