UNPKG

ontimize-web-ngx

Version:
5 lines (4 loc) 154 B
import { OTableBase } from "../components/table/o-table-base.class"; export interface IReportService { openReportOnDemand(table: OTableBase): void; }