Skip to content

Types: RouteHookResponse

ts
type RouteHookResponse: BeforeRouteHookResponse | AfterRouteHookResponse;

Union type for all possible route hook responses, covering both before and after scenarios.

Template

The type of the routes configuration.