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