OrderByTuple

View Source

Summary

Tuple form accepted by orderBy for a single table.

Signature

type OrderByTuple<table> = [
  column: SingleTableColumn<table>,
  direction?: OrderDirection,
];