# QueryOptions type · @imqueue/pg-sequelize

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

Options for a raw `query()`, with `returning` widened to accept a column list.

**Signature:**

```typescript
export type QueryOptions = Modify<QueryOptionsOrigin, ReturningOptions>;
```
**References:** [Modify](https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.modify/), [ReturningOptions](https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.returningoptions/)

## Remarks

Cast to this at the call site when TypeScript objects to a `returning` column list; [ReturningOptions](https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.returningoptions/) explains what the list does.

