export interface IgrGroupByKey {
    fieldName?: string;
    value?: any;
}
