export interface GridSortDescription { property: string; ascending: boolean; }