Interface FastifyRequestContext<ContextConfig>

Route context object. Properties defined here will be available in the route's handler

interface FastifyRequestContext<ContextConfig> {
    config: FastifyContextConfig & FastifyRouteConfig & ContextConfig;
}

Type Parameters

Properties

Properties

config: FastifyContextConfig & FastifyRouteConfig & ContextConfig

Deprecated

Use Request#routeOptions#config or Request#routeOptions#schema instead