$ open source · GPL-3.0 — need a commercial license? imqueue.com →

ENUM_ORDER_DIRECTION variable

The OrderDirection values as an @imqueue/rpc type description.

Signature:

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, and available for your own @property declarations that accept a direction.