Reference
AppRouteHref
Builds the callable `href()` helper type for a specific app route path.
Signature
type AppRouteHref = keyof RouteParamsFor<Path> extends never ? (options?: StaticHrefOptions): string : (options: DynamicHrefOptions<Path>): string