export interface IGroupByExpandState { expanded: boolean; hierarchy: Array; } export interface IGroupByKey { fieldName: string; value: any; }