Reference

AppRouteLinkHrefSuffix

Represents the search and hash suffix portion of a typed route href.

Signature

type AppRouteLinkHrefSuffix = "" | `?${string}` | `#${string}` | `?${string}#${string}`