import { IQueryParams } from "@leight-core/leight"; export interface ILinkContext { generate(href: string, query?: TQuery): string; link(href: string, query?: TQuery): string; }