UNPKG

@odata2ts/odata-query-objects

Version:

Q-Objects are the magic sauce for the odata-query-builder and allow for renaming and type conversion

3 lines (2 loc) 165 B
import { QFilterExpression } from "../../QFilterExpression"; export type LambdaOperatorType<CollectionType> = (qObject: CollectionType) => QFilterExpression | void;