rulvar API reference / @rulvar/anthropic / AnthropicStreamEvent
Type Alias: AnthropicStreamEvent
ts
type AnthropicStreamEvent = Record<string, unknown> & {
type: string;
};Defined in: packages/anthropic/src/wire.ts:337
Raw Messages API stream events, structurally typed.
Type Declaration
| Name | Type | Defined in |
|---|---|---|
type | string | packages/anthropic/src/wire.ts:337 |