/******************************************************************* * NGX-DYNAMIC-MATERIAL-TABLE * * @description Create fancy and complex tables dynamically * * @file dynamic-table-group-expression.interface.ts * * @author Gökhan Sari - * * @copyright Arpage AG, Zurich Switzerland, 2018 * *******************************************************************/ import { DynamicTableGroupInterface } from './dynamic-table-group.interface'; export interface DynamicTableGroupExpressionInterface { group: DynamicTableGroupInterface; operator: string; }