import type { WindowSortDir } from "./WindowSortDir.js"; /** * The `Table` column which orders each partition, with its direction - * serialized as a two-element array (`["ts", "desc"]`), symmetric with the * `ViewConfig`'s `sort` field. */ export type WindowSort = [string, WindowSortDir];