📄️ AnyParam
A utility type for use when you need to be able to accept any valid [Param]
📄️ NormalizeParam
Produces a [Param] type from a supplied string [literal type] or [Param]
📄️ Param
The Param interface can be used to implement [custom route parameters].
📄️ ParamArg
Extract the [Arg] type variable from a [Param] type.
📄️ ParamName
Extract the [Name] type variable from a [Param] type.
📄️ ParamOrString
A utility type for use when you need to be able to accept any valid [Param]
📄️ PathPattern
The PathPattern interface is implemented by the [path pattern] objects that