# ViewParams interface · @imqueue/pg-sequelize

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

Values for a dynamic view's placeholders, keyed by placeholder name.

**Signature:**

```typescript
export interface ViewParams 
```

## Remarks

Values are typed as strings and rendered as quoted SQL constants, so a numeric placeholder arrives as a quoted number and relies on Postgres casting it. They are escaped on the way in, which is what makes it safe for one to carry a caller's input.

