projects/netgrif-components-core/src/lib/dashboard/cards/model/custom-dashboard-model/aggregation-query.ts
Represents aggregation query for elasticsearch aggregations See the documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations.html
Properties |
aggs |
aggs:
|
Type : literal type
|
export interface AggregationQuery {
aggs: {
[k: string]: any;
};
}