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

OrderDirection enum

The two directions a column can be ordered in.

Signature:

export declare enum OrderDirection 

Enumeration Members

Member

Value

Description

asc

"ASC"

Ascending — also what any unrecognised direction becomes.

desc

"DESC"

Descending.

Remarks

The values are the SQL keywords, so they can be handed to Sequelize as they are.