export interface IGroupParent { groupedBy?: string; toString?: () => string; }