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

    Type Alias NewVersion

    type NewVersion = {
        source_fk: number;
        source_id: string;
        title: string;
        version: number;
    }
    Index
    source_fk: number
    source_id: string
    title: string
    version: number