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

    Interface ReceivedPaper

    Fields the share page consumes for one paper in a received mirror.

    interface ReceivedPaper {
        has_pdf: boolean;
        source_id: string;
        title: string;
    }
    Index
    has_pdf: boolean
    source_id: string
    title: string