export interface SortCriteria { ColumnName: null | string | null; SortDirection: null | string | null; }