Reference
AppRouteLinkSegment
Builds the string type for one static or dynamic route segment.
Signature
type AppRouteLinkSegment = Segment extends `:${string}` ? string : SegmentReference
Builds the string type for one static or dynamic route segment.
type AppRouteLinkSegment = Segment extends `:${string}` ? string : Segment