Type Aliases
PortalNavigationTarget
Route target accepted by and .
Route target accepted by buildPortalHref and navigateTo.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Route target accepted by and .
type PortalNavigationTarget = string | { slug: string } | { href: string }