UNPKG

abc-charts

Version:

Widget render for using in 'ABC consulting' projects

7 lines (6 loc) 185 B
/** * Возвращаемые данные для dataSource */ import { ExternalEntity } from "./externalEntity"; export interface OrganizationUnit extends ExternalEntity { }