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

    Type Alias AuthorPaperPreview

    type AuthorPaperPreview = {
        paper_id: number;
        source_fk: number;
        source_id: string;
        title: string | null;
        version: number;
    }
    Index
    paper_id: number
    source_fk: number
    source_id: string
    title: string | null
    version: number