import type { SortDir } from "./SortDir";
export type Sort = [string, SortDir];
