OrderByTuple
Summary
Tuple form accepted by orderBy for a single table.
Signature
type OrderByTuple<table> = [column: SingleTableColumn<table>, direction?: OrderDirection]
Tuple form accepted by orderBy for a single table.
type OrderByTuple<table> = [column: SingleTableColumn<table>, direction?: OrderDirection]