Remix
Remix
remix/data-table · TypeView Source

OrderByTuple

Summary

Tuple form accepted by orderBy for a single table.

Signature

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