interface HistoryQueryInfo {
    finished: boolean;
    term: string;
}

Properties

Properties

finished: boolean

Indicates whether there are more items outside of the current query

term: string

Indicates the search term used in the query