import { QueryCondition } from '@farris/component-querycondition'; export interface IQueryConditionHandler { convert(qc: QueryCondition): any; }