@duckduckgo/content-scope-scripts
    Preparing search index...

    Interface PreparingUpdateState

    An update has been downloaded and is being installed

    interface PreparingUpdateState {
        currentVersion: string;
        lastUpdate: number;
        latestVersion: string;
        status: "updatePreparing";
    }
    Index

    Properties

    currentVersion: string

    Current version of the app

    lastUpdate: number

    Timestamp of last check for version updates

    latestVersion: string

    Latest version of the app. May be the same as currentVersion

    status: "updatePreparing"