# FilterInput.$in property · @imqueue/pg-sequelize

Source: https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.filterinput._in/
Published: 2026-08-01
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/pg-sequelize 4.2.0 — generated reference, not hand-written

One of the listed values (SQL `IN`). An empty list matches nothing.

**Signature:**

```typescript
$in?: Array<number | string | boolean | null>;
```

