export interface SortState { orderBy: string; direction: "ascending" | "descending" | "none"; }