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

    Type Alias CreateEditorProjectBody

    type CreateEditorProjectBody = {
        main_file?: string;
        project_id?: number | null;
        project_name: string;
        source_id?: string | null;
    }
    Index
    main_file?: string
    project_id?: number | null
    project_name: string
    source_id?: string | null