# FunctionType type · @imqueue/pg-sequelize

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

The property decorator a decorator factory hands back.

**Signature:**

```typescript
export type FunctionType = (...args: any[]) => any;
```

## Remarks

Loose on purpose: it stands for the decorator returned by [ColumnIndex](https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.columnindex/) and [NullableIndex](https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.nullableindex/) when either is called with options, whose exact parameter list differs between TypeScript's legacy and current decorator emit.

