export default interface GridSortItemInterface { sort: null | '' | undefined | 'desc' | 'asc'; sortField: null | '' | undefined | string; }