Skip to content
1 min read · 20 words

Type Alias: ConduitBytes

ts
type ConduitBytes = string | Uint8Array | ReadableStream<Uint8Array>;

Defined in: lib/contracts/dispatch_context.ts:36

Payload accepted by the byte-persistence conduits — text, raw bytes, or a stream.