import type { SortDirection } from '@slickgrid-universal/common'; export interface OdataSortingOption { field: string; direction: SortDirection; }