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

    Type Alias AnnotationCreateBody

    type AnnotationCreateBody = {
        anchor: string;
        comment?: string;
        project_id?: number | null;
        source_id: string;
    }
    Index
    anchor: string
    comment?: string
    project_id?: number | null
    source_id: string