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:
Jeff Kenney
2017-04-26 15:18:33 -07:00
committed by Sheetal Nandi
parent 908dc2e259
commit 692a3c7637

View File

@@ -1008,7 +1008,7 @@ export interface IServerInjectResponse {
req: http.IncomingMessage;
res: http.ServerResponse
};
result: string;
result: any;
request: Request;
}