Skip to main content
Version: Next

Type Alias: RouteConfig

RouteConfig = Omit<Route, "kind" | "name" | "path" | "page">

The optional configuration object accepted as the last argument of the route constructor.