import { IStrategy } from './IStrategy'; export interface IColumnFilterStrategy extends IStrategy { }