# query.PureDataFunction interface · @imqueue/pg-sequelize

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

The two shapes [query.pureData](https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.query.puredata/) accepts: one record, or many.

**Signature:**

```typescript
interface PureDataFunction 
```

## Remarks

An overloaded call signature rather than a union, so the return type follows the argument — pass an array and an array comes back.

