The type of value returned by the Route.action.
Optional
baseURLThe base URL against which all routes will be resolved. This option is designed for applications hosted on URLs like the following:
https://example.com/path/to/my/root
Optional
errorInvoked when an error is thrown during the resolution process.
The error thrown during the resolution.
A result that will be delivered to the Router.resolve method.
Describes a set of options to customize the router behavior.
Type Param: R
An extension of the Route type that provides specific data.
Type Param: C
An extension of the RouterContext type that provides specific data. The data should be serializable