OutcomeExit - TypeScript SDK

OutcomeExit type definition

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

Example Usage

1import { OutcomeExit } from "@openrouter/sdk/models";
2
3let value: OutcomeExit = {
4 exitCode: 168023,
5 type: "exit",
6};

Fields

FieldTypeRequiredDescription
exitCodenumber✔️N/A
type”exit”✔️N/A