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

    Interface HistoryQueryResponse

    interface HistoryQueryResponse {
        info: HistoryQueryInfo;
        value: HistoryItem[];
    }
    Index

    Properties

    Properties

    value: HistoryItem[]