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

    Type Alias AnnotationDetails

    type AnnotationDetails = {
        anchor: string;
        comment: string;
        created_at: string | null;
        id: number;
        project_id: number | null;
        source_fk: number;
        updated_at: string | null;
        uuid: string;
    }
    Index
    anchor: string
    comment: string
    created_at: string | null
    id: number
    project_id: number | null
    source_fk: number
    updated_at: string | null
    uuid: string

    Stable identity (uuid v4) surviving export/import + share.