interface CreateEditorProjectBody {
    main_file?: string;
    project_id?: null | number;
    project_name: string;
    source_id?: null | string;
}

Properties

main_file?: string
project_id?: null | number

Optional linXiv project scope.

project_name: string
source_id?: null | string

Paper this project is "about". Omitted ⇒ standalone (sentinel paper root).