// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. 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];