Skip to content

TransportEvent

type TransportEvent =
| TransportError
| TransportToolCallEvent
| {
[key: string]: any;
type: string;
};