export interface SortConfig { value: string; order: "ascend" | "descend" | undefined; }