type SortingDirection = "asc" | "desc";
export default SortingDirection;
