export interface Sorter { columnKey: string; sorter: string | boolean; order: string | boolean; }