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

    Type Alias ImportPdfUrlBody

    type ImportPdfUrlBody = {
        project_id?: number | null;
        url: string;
    }
    Index
    project_id?: number | null
    url: string