Type Alias LocalLifecycleEventType

LocalLifecycleEventType:
    | "connected"
    | "disconnected"
    | "reconnecting"
    | "reconnected"
    | "error"

Lifecycle events emitted by the local client.