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

    Type Alias NoteCreateBody

    type NoteCreateBody = {
        content?: string;
        paper_id?: number | null;
        project_id?: number | null;
        source_id: string;
        title?: string;
    }
    Index
    content?: string
    paper_id?: number | null
    project_id?: number | null
    source_id: string
    title?: string