---
url: 'https://adk.nht.io/api/@nhtio/adk/types/type-aliases/ConduitBytes.md'
description: >-
  Payload accepted by the byte-persistence conduits — text, raw bytes, or a
  stream.
---

# Type Alias: ConduitBytes

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

Defined in: [lib/contracts/dispatch\_context.ts:36](https://github.com/NHTIO/ADK/blob/v1.20260605.0/src/lib/contracts/dispatch_context.ts#L36)

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