Type Alias LifecycleEventType

LifecycleEventType:
    | "stream.error"
    | "stream.disconnected"
    | "stream.reconnected"

Lifecycle event types emitted by the client's SSE stream.