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

    Type Alias GraphEdge

    type GraphEdge = {
        source: string;
        target: string;
    }
    Index
    source: string
    target: string