SignalCD Modern PoC API
    Preparing search index...

    Type Alias DocumentSessionEvent

    DocumentSessionEvent:
        | { type: "document"; view: DocumentView }
        | { status: SessionStatus; type: "status" }
        | { access: DocumentAccessState; type: "access" }
        | { error: ClientError; type: "error" }