mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-27 00:15:09 +08:00
hapi: set IServerInjectResponse.result to any type since it is a pre-serialization response (#15794)
Add an optional extended description…
This commit is contained in:
committed by
Sheetal Nandi
parent
908dc2e259
commit
692a3c7637
2
types/hapi/index.d.ts
vendored
2
types/hapi/index.d.ts
vendored
@@ -1008,7 +1008,7 @@ export interface IServerInjectResponse {
|
||||
req: http.IncomingMessage;
|
||||
res: http.ServerResponse
|
||||
};
|
||||
result: string;
|
||||
result: any;
|
||||
request: Request;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user