I have finished creating the sort function and its directives which looked like this:
export type SortDirection = \'asc\' | \'desc\' | \'\'; const rotate: { [