export interface SortSetting { field: string; dir?: string; }