interface AnthropicStreamErrorEvent {
    error: any;
    type: "error";
}

Hierarchy (view full)

Properties

Properties

error: any
type: "error"