export interface IGroupingStore { readonly type: string; getByIds(ids: string[]): T[]; }