UNPKG

abc-charts

Version:

Widget render for using in 'ABC consulting' projects

7 lines (6 loc) 157 B
import { ExternalEntity } from "./externalEntity"; export interface DimensionUnit { name: string; value: string; entity: ExternalEntity; }