import { QueryAggregation } from "./QueryAggregation";

export interface QueryAggregations {
    [name: string]: QueryAggregation;
}
