UNPKG

abc-charts

Version:

Widget render for using in 'ABC consulting' projects

8 lines (7 loc) 184 B
/** * Возвращаемые данные для dataSource "Report" */ import { ReportItem } from "./reportItem"; export interface ReportPoint { items: ReportItem[]; }