# IAssociated interface · @imqueue/pg-sequelize

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

Describes the association a filter field stands for.

**Signature:**

```typescript
export interface IAssociated 
```

## Properties


| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [input](https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.iassociated.input/) |  | any | The input class describing that model's own filter fields. |
| [model](https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.iassociated.model/) |  | any | The model on the other side of the association. |
| [modelFieldName?](https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.iassociated.modelfieldname/) |  | string | _(Optional)_ Association name on the model, when it differs from the field name. |

