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

    Type Alias ProjectExportBody

    type ProjectExportBody = {
        dest_path?: string | null;
        include_pdfs?: boolean;
    }
    Index
    dest_path?: string | null
    include_pdfs?: boolean