```ts
type StreamType = "stdout" | "stderr";
```

Defined in: [src/sandbox/types.ts:11](https://github.com/strands-agents/harness-sdk/blob/e4284b561624d906e361535ef1f1adcd5ce3461b/strands-ts/src/sandbox/types.ts#L11)

Type of a streaming output chunk — distinguishes stdout from stderr.