import { PieChartSelectedDataInput } from './piechart.model'; export type DonutChartSelectedDataInput = PieChartSelectedDataInput;