UNPKG

ng2-bs-table

Version:
10 lines (9 loc) 242 B
import {TableFilterInterfacePipe} from "../filters/table-filter-interface.pipe"; export interface TableTransformerInterface { id: any; priority: number; params: { pipe: TableFilterInterfacePipe, args: any, } }