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.