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

    Type Alias ArxivFetchResponse

    type ArxivFetchResponse = {
        paper: SearchResultOut;
        saved: boolean;
        source_id: string;
    }
    Index
    saved: boolean
    source_id: string

    Stripped id — the stored id when saved, else the fetched one.