@loopback/docs
Version:
Documentation for LoopBack 4
40 lines (25 loc) • 696 B
Markdown
lang: en
title: 'API docs: repository.orclause'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.repository.orclause.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/repository](./repository.md) > [OrClause](./repository.orclause.md)
## OrClause interface
Or clause
<b>Signature:</b>
```typescript
export interface OrClause<MT extends object>
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [or](./repository.orclause.or.md) | <code>Where<MT>[]</code> | |
## Example
```ts
{
or: [...],
}
```