Format - TypeScript SDK

Format type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Supported Types

models.FormatText

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

models.FormatGrammar

1const value: models.FormatGrammar = {
2 definition: "<value>",
3 syntax: "lark",
4 type: "grammar",
5};