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

Supported Types

number[]

const value: number[] = [
  3390.48,
  1336.21,
  9437.99,
];

string

const value: string = "<value>";