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.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.