import { SortType } from '@/ui/filter-n-sort/types/interface'; import { IconBuildingSkyscraper, IconCalendarEvent, IconLink, IconMap, IconUsers, } from '@/ui/icon/index'; import { CompanyOrderByWithRelationInput as Companies_Order_By } from '~/generated/graphql'; export const availableSorts: SortType[] = [ { key: 'name', label: 'Name', icon: , }, { key: 'employees', label: 'Employees', icon: , }, { key: 'domainName', label: 'Url', icon: , }, { key: 'address', label: 'Address', icon: , }, { key: 'createdAt', label: 'Creation', icon: , }, ];