import type { INavLinkItem } from '../../types'; export const sortCollections: Array = [ { title: 'sort.recent', value: 'recent', key: 'sort', query: '-added', }, { title: 'sort.az', value: 'az', key: 'sort', query: 'title', }, ];