---
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) &gt; [@loopback/filter](./filter.md) &gt; [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)<!-- -->&lt;MT&gt;\[\] |  |


