Page Contents

Home > @loopback/filter > AndClause

AndClause interface

And clause

Signature:

export interface AndClause<MT extends object> 

Example

{
  and: [...],
}

Properties

Property Modifiers Type Description
[and](/doc/en/lb4/apidocs.filter.andclause.and.html) [Where](/doc/en/lb4/apidocs.filter.where.html)<MT>\[\]