Type Alias HistorySearchResults

HistorySearchResults: {
    cursor: string;
    matches: HistorySummaryItem[];
}