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

    Type Alias VersionCheckResponse

    type VersionCheckResponse = {
        checked: number;
        new_versions: NewVersion[];
    }
    Index
    checked: number
    new_versions: NewVersion[]