Interface AggregatedResultItemCollection

interface AggregatedResultItemCollection {
    items: AggregatedResultItem[];
}

Properties

Properties