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

Properties

Properties

value: HistoryItem[]