import { SortDirection } from "@angular/material/sort";
export interface PreferredSortableHeader {
    propertyId: string;
    sortDirection: SortDirection;
}
