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

    Interface LoadingState

    Loading release notes

    interface LoadingState {
        currentVersion: string;
        lastUpdate: number;
        status: "loading";
    }
    Index

    Properties

    currentVersion: string

    Current version of the app

    lastUpdate: number

    Timestamp of last check for version updates

    status: "loading"