export interface GroupCriteria { ColumnName: null | string | null; DateInterval: null | string | null; ForRow: boolean | null; }