Entracte (TypeScript)
    Preparing search index...

    Latest update-check result + status flags for the About tab.

    type UseUpdateCheck = {
        check: () => Promise<void>;
        checking: boolean;
        error: string;
        info: UpdateInfo | null;
    }
    Index

    Properties

    check: () => Promise<void>
    checking: boolean
    error: string
    info: UpdateInfo | null