Stop - TypeScript SDK

Stop type definition

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

Stop sequences (up to 4)

Supported Types

string

1const value: string = "<value>";

string[]

1const value: string[] = [
2 "",
3];

any

1const value: any = [
2 "",
3];