UNPKG

alinea

Version:
7 lines (6 loc) 113 B
import type { Expr } from './Expr.js'; export type OrderBy = { asc: Expr<any>; } | { desc: Expr<any>; };