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

Properties

Properties

finished: boolean

Indicates whether there are more items outside of the current query

query: QueryKind