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:339

Raw Messages API stream events, structurally typed.

Type Declaration

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