Outcome - TypeScript SDK

Outcome type definition

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

Supported Types

models.OutcomeExit

1const value: models.OutcomeExit = {
2 exitCode: 168023,
3 type: "exit",
4};

models.OutcomeTimeout

1const value: models.OutcomeTimeout = {
2 type: "timeout",
3};