import type { IBadgeGroupIcon } from './IBadgeGroupIcon'; import type { IBadgeGroupItem } from './IBadgeGroupItem'; export interface IBadgeGroup { badgeGroup: IBadgeGroupItem[]; isIgnored: boolean; iconInGroup?: IBadgeGroupIcon; }