import { FilterComponent } from "../FilterComponent"; export interface IFilterTransformer { transform(filters: FilterComponent[]): T; }