Page Contents
Home > @loopback/filter > FilterExcludingWhere
FilterExcludingWhere type
Filter without where
property
Signature:
export type FilterExcludingWhere<MT extends object = AnyObject> = Omit<Filter<MT>, 'where'>;
References: Filter