import { ITooltipListItem } from './tooltip-list-item.model'; export interface ITooltipList { date: string; selectedItems: ITooltipListItem[]; otherItems?: ITooltipListItem[]; showPercentage?: boolean; }