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   Where<MT>[]