export interface IgrSummaryExpression {
    fieldName?: string;
    customSummary?: any;
}
