@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
76 lines (40 loc) • 1.02 kB
Markdown
---
lang: en
title: 'API docs: filter.orclause'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/filter
permalink: /doc/en/lb4/apidocs.filter.orclause.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/filter](./filter.md) > [OrClause](./filter.orclause.md)
## OrClause interface
Or clause
**Signature:**
```typescript
export interface OrClause<MT extends object>
```
## Example
```ts
{
or: [...],
}
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td markdown="1">
[or](./filter.orclause.or.md)
</td><td markdown="1">
</td><td markdown="1">
[Where](./filter.where.md)<!-- --><MT>\[\]
</td><td markdown="1">
</td></tr>
</tbody></table>