export default interface IGroupTransformation {
    groupIdentityFields: string[];
    groupFieldName: string;
    interval: number;
}
