type SortDirection = 'asc' | 'desc' | ''; export type { SortDirection };