import { ChartType } from "../enums/chart-type"; export interface ChartImageData { chartType: ChartType; chartDataUrl?: string; }