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

    Interface UpdateCheck

    interface UpdateCheck {
        compatible: boolean;
        downloadBytes: number | null;
        latestVersion: string | null;
        noCompatibleRelease: boolean;
        updateAvailable: boolean;
    }
    Index
    compatible: boolean
    downloadBytes: number | null
    latestVersion: string | null
    noCompatibleRelease: boolean
    updateAvailable: boolean