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

    Interface HistoryQueryInfo

    interface HistoryQueryInfo {
        finished: boolean;
        query: QueryKind;
    }
    Index
    finished: boolean

    Indicates whether there are more items outside of the current query

    query: QueryKind