linXiv frontend (TS/JS)
    Preparing search index...

    Interface RemoteBackend

    One registered remote Library Backend. Hand-kept twin of Backend in src-tauri/src/remote_backend.rs; the app crate is out of ts_bindings' reach.

    interface RemoteBackend {
        id: string;
        label: string;
        node_address: string;
    }
    Index
    id: string
    label: string
    node_address: string