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