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

    Type Alias PaperVersionMeta

    type PaperVersionMeta = {
        has_pdf: boolean;
        published: string | null;
        updated: string | null;
        version: number;
    }
    Index
    has_pdf: boolean
    published: string | null
    updated: string | null
    version: number