import {type IQueryParams} from "../link"; export type INavigate = (href: string, queryParams?: TQueryParams) => void;