Page Contents
Home > @loopback/filter > AndClause
AndClause interface
And clause
Signature:
export interface AndClause<MT extends object>
Example
{
and: [...],
}
Properties
Property | Type | Description |
---|---|---|
and | Where<MT>[] |
Home > @loopback/filter > AndClause
And clause
Signature:
export interface AndClause<MT extends object>
{
and: [...],
}
Property | Type | Description |
---|---|---|
and | Where<MT>[] |