# StreamChunkType

# ~~Type Alias: StreamChunkType~~

```ts
type StreamChunkType = AGUIEventType;
```

Defined in: [packages/typescript/ai/src/types.ts:776](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/types.ts#L776)

Stream chunk/event types (AG-UI protocol).

## Deprecated

Use `EventType` enum instead.
