@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
41 lines (26 loc) • 812 B
Markdown
lang: en
title: 'API docs: filter.andclause'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/packages/filter
permalink: /doc/en/lb4/apidocs.filter.andclause.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/filter](./filter.md) > [AndClause](./filter.andclause.md)
## AndClause interface
And clause
<b>Signature:</b>
```typescript
export interface AndClause<MT extends object>
```
## Example
```ts
{
and: [...],
}
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [and](./filter.andclause.and.md) | [Where](./filter.where.md)<!-- --><MT>\[\] | |