/**
 * Возвращаемые данные для dataSource "Report"
 */
export interface ReportItem {
    key: string;
    value: number;
}
