Skip to content

Commit 562a928

Browse files
committed
do not use generics
1 parent 2adcb4b commit 562a928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hapi-plugin-websocket.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ interface HapiWebsocketPluginSpecificConfiguration {
7777
}
7878

7979
declare module "@hapi/hapi" {
80-
export interface Request<ReqRefDefaults> {
80+
export interface Request {
8181
websocket(): HapiWebsocketPluginState
8282
}
8383
export interface PluginsStates {

0 commit comments

Comments
 (0)