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

    Type Alias ReceivedListing

    type ReceivedListing = {
        received: SummaryRow[];
    }
    Index
    received: SummaryRow[]