OrderByClause

View Source

Summary

Normalized orderBy clause.

Signature

type OrderByClause = {
  column: string;
  direction: OrderDirection;
};