Appearance
type RouteHookResponse: BeforeRouteHookResponse | AfterRouteHookResponse;
Union type for all possible route hook responses, covering both before and after scenarios.
The type of the routes configuration.