Skip to content

Commit 53fbe82

Browse files
committed
use original generics with default
1 parent a7623b7 commit 53fbe82

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 {
80+
export interface Request<Refs extends ReqRef = ReqRefDefaults> extends Podium {
8181
websocket(): HapiWebsocketPluginState
8282
}
8383
export interface PluginsStates {

0 commit comments

Comments
 (0)