UNPKG

ontimize-web-ngx

Version:
7 lines (6 loc) 257 B
import { OperatorFunction } from '../types/operation-function.type'; import { OTableColumn } from './o-table-column.interface'; export interface OTableColumnCalculated extends OTableColumn { operation: string; functionOperation: OperatorFunction; }