# ENUM_ORDER_DIRECTION variable · @imqueue/pg-sequelize

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

The `OrderDirection` values as an `@imqueue/rpc` type description.

**Signature:**

```typescript
ENUM_ORDER_DIRECTION = "'ASC' | 'DESC'"
```

## Remarks

`'ASC' | 'DESC'`, built from the enum so the description cannot drift from it. Used in the `@indexed` description of [OrderByInput](https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.orderbyinput/), and available for your own `@property` declarations that accept a direction.

