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

    Interface ReleaseNotesLoadingErrorState

    Error loading release notes from request

    interface ReleaseNotesLoadingErrorState {
        currentVersion: string;
        lastUpdate: number;
        status: "loadingError";
    }
    Index

    Properties

    currentVersion: string

    Current version of the app

    lastUpdate: number

    Timestamp of last check for version updates

    status: "loadingError"