UNPKG

abc-charts

Version:

Widget render for using in 'ABC consulting' projects

9 lines (8 loc) 252 B
/** * Типы для описания инициализации датасетов */ import { ViewType } from "../types"; export interface InitDataSetsItem { viewType: ViewType; } export declare type InitDataSets = InitDataSetsItem[];