Interface FastifyReplyContext<ContextConfig>

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

Type Parameters

Properties

Properties

config: FastifyContextConfig & FastifyRouteConfig & ContextConfig

Deprecated

Use Reply#routeOptions#config or Reply#routeOptions#schema instead