@loopback/docs
Version:
Documentation for LoopBack 4
23 lines (15 loc) • 642 B
Markdown
---
lang: en
title: 'API docs: repository.operators'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.repository.operators.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/repository](./repository.md) > [Operators](./repository.operators.md)
## Operators type
Operators for where clauses
<b>Signature:</b>
```typescript
export declare type Operators = 'eq' | 'neq' | 'gt' | 'gte' | 'lt' | 'lte' | 'inq' | 'nin' | 'between' | 'exists' | 'and' | 'or' | 'like' | 'nlike' | 'ilike' | 'nilike' | 'regexp';
```