| 15 | } |
| 16 | |
| 17 | export interface FastifyReplyContext<ContextConfig = ContextConfigDefault> { |
| 18 | /** |
| 19 | * @deprecated Use Reply#routeOptions#config or Reply#routeOptions#schema instead |
| 20 | */ |
| 21 | config: FastifyContextConfig & FastifyRouteConfig & ContextConfig; |
| 22 | } |
nothing calls this directly
no outgoing calls
no test coverage detected