import { IChartLegendProperty } from "./chart-legend-property.model"; export interface IChartLegendConfig { title: string; data: IChartLegendProperty[]; hasHighlightedBackground: boolean; }