Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
Stop sequences (up to 4)

Supported Types

string

const value: string = "<value>";

string[]

const value: string[] = [
  "",
];

any

const value: any = [
  "",
];