View Source
Normalized orderBy clause.
orderBy
type OrderByClause = { column: string; direction: OrderDirection; };