Reference

LinkHref

Resolves the accepted `href` type for app-router links.

Signature

type LinkHref = [RegisteredAppRoutePath] extends [never] ? string : AppRouteLinkHref<RegisteredAppRoutePath>