TypeScript SDKAPI ReferenceModelsOutputShellCallOutputItemOutput - TypeScript SDKCopy pageOutputShellCallOutputItemOutput type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { OutputShellCallOutputItemOutput } from "@openrouter/sdk/models";23let value: OutputShellCallOutputItemOutput = {4 outcome: {5 type: "timeout",6 },7 stderr: "<value>",8 stdout: "<value>",9}; Fields FieldTypeRequiredDescriptionoutcomemodels.Outcome✔️N/Astderrstring✔️N/Astdoutstring✔️N/A