Skip to content

rulvar API reference


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

NameTypeDefined in
typestringpackages/anthropic/src/wire.ts:337