export interface IGroupArray extends Array { [key: string]: any; key: TKey; }