Skip to main content

StreamCallback

@codebolt/agent


Type Alias: StreamCallback()

type StreamCallback = (chunk: StreamChunk) => void | Promise<void>;

Defined in: packages/agent/src/unified/types/libTypes.ts:403

Stream callback function

Parameters

ParameterType
chunkStreamChunk

Returns

void | Promise<void>