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

    Interface AddPapersVars

    interface AddPapersVars {
        projectId: number;
        sourceIds: string[];
    }
    Index
    projectId: number
    sourceIds: string[]