import {
  IGroup,
} from '../Group/IGroup';

export interface IGroupsMap {
  readonly [key: string]: IGroup;
}
