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

    Type Alias EntryChange

    type EntryChange = {
        from: string | null;
        note_id: number | null;
        paper_sfk: number | null;
        title: string;
        to: string | null;
        uuid: string;
    }
    Index
    from: string | null
    note_id: number | null

    Notes only: local /notes/{id} target; None when unresolvable.

    paper_sfk: number | null

    Annotations only: their paper's /library/{sfk}; None when unresolvable.

    title: string
    to: string | null
    uuid: string