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

    Type Alias DeletedPaperDetails

    type DeletedPaperDetails = {
        authors: string[];
        deleted_at: string | null;
        had_pdf: boolean;
        pdf_path: string | null;
        project_fks: number[];
        published: string | null;
        source_fk: number;
        source_id: string;
        title: string;
    }
    Index
    authors: string[]
    deleted_at: string | null
    had_pdf: boolean
    pdf_path: string | null
    project_fks: number[]
    published: string | null
    source_fk: number
    source_id: string
    title: string