File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6
6
FastifyPlugin ,
7
7
RawReplyDefaultExpression ,
8
8
RawServerBase ,
9
+ RequestGenericInterface
9
10
} from 'fastify' ;
10
11
11
12
import {
@@ -34,7 +35,7 @@ declare module "fastify" {
34
35
queryString ?: { [ key : string ] : unknown } ;
35
36
contentType ?: string ;
36
37
onResponse ?: (
37
- request : FastifyRequest < RawServerBase > ,
38
+ request : FastifyRequest < RequestGenericInterface , RawServerBase > ,
38
39
reply : FastifyReply < RawServerBase > ,
39
40
res : RawReplyDefaultExpression < RawServerBase >
40
41
) => void ;
Original file line number Diff line number Diff line change 30
30
"homepage" : " https://github.com/fastify/fastify-reply-from#readme" ,
31
31
"devDependencies" : {
32
32
"@types/node" : " ^14.0.4" ,
33
- "fastify" : " ^3.0.0-rc.5 " ,
33
+ "fastify" : " ^3.0.0" ,
34
34
"got" : " ^11.1.3" ,
35
35
"h2url" : " ^0.2.0" ,
36
36
"msgpack5" : " ^4.2.1" ,
You can’t perform that action at this time.
0 commit comments