UNPKG

ontimize-web-ngx

Version:
5 lines (4 loc) 159 B
import { OTableBase } from "../components/table/o-table-base.class"; export interface IChartOnDemandService { openChartOnDemand(table: OTableBase): any; }