export interface Sortable { property: string; isDesc: boolean; }