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

    Type Alias PaperChange

    type PaperChange = {
        source_fk: number | null;
        source_id: string;
        title: string;
    }
    Index
    source_fk: number | null

    Local /library/{sfk} target; None when unresolvable or trashed.

    source_id: string
    title: string