import { Aggregation } from "./Aggregation";

export interface Aggregations {
    [aggregation: string]: Aggregation;
}
