export interface ISortingChangeEvent { sortBy?: string; sortDirection?: string; }