ImageConfig - TypeScript SDK

ImageConfig type definition

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

Supported Types

string

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

number

1const value: number = 1284.03;

any[]

1const value: any[] = [
2 "<value 1>",
3 "<value 2>",
4 "<value 3>",
5];