UNPKG

wlpacks-ontimize-web-ngx

Version:
7 lines (6 loc) 202 B
import { Expression } from '../types/expression.type'; export interface OTableQuickfilter { filterExpression: Expression; setValue: (value: any, trigger?: boolean) => void; value: string; }