UNPKG

@assistant-ui/react

Version:

React components for AI chat.

4 lines (3 loc) 118 B
export type StreamPart<T extends Record<string, unknown>> = { [K in keyof T]: { type: K; value: T[K] }; }[keyof T];