Cuttlefish SDK Reference - v0.1.0
    Preparing search index...

    Type Alias LiveQueryState

    LiveQueryState:
        | { connection: "disconnected" }
        | { connection: "connecting" }
        | { connection: "connected"; snapshot: "pending" }
        | { connection: "connected"; snapshot: "received" }
        | { connection: "error"; error: Error }