# IViewDefineOptions interface · @imqueue/pg-sequelize

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

Sequelize's model options, plus the SQL that defines the view.

**Signature:**

```typescript
export interface IViewDefineOptions extends ModelOptions 
```
**Extends:** ModelOptions

## Properties


| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [viewDefinition](https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.iviewdefineoptions.viewdefinition/) |  | string | The complete create statement for the view. |

