Container - TypeScript SDK

Container type definition

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

Supported Types

string

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

models.ContainerAuto

1const value: models.ContainerAuto = {
2 type: "auto",
3};