import { QFilterExpression } from "../../QFilterExpression"; export type LambdaOperatorType = (qObject: CollectionType) => QFilterExpression | void;