StreamType
type StreamType = "stdout" | "stderr";Defined in: src/sandbox/types.ts:11
Type of a streaming output chunk — distinguishes stdout from stderr.
type StreamType = "stdout" | "stderr";Defined in: src/sandbox/types.ts:11
Type of a streaming output chunk — distinguishes stdout from stderr.