# UpdateOptions type · @imqueue/pg-sequelize

Source: https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.updateoptions/
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 the static `update()`, with `returning` widened to accept a column list.

**Signature:**

```typescript
export type UpdateOptions = Modify<UpdateOptionsOrigin, 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.

