We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e7646f commit 833b2c5Copy full SHA for 833b2c5
index.d.ts
@@ -23,6 +23,10 @@ declare module 'fastify' {
23
websocketServer: WebSocket.Server,
24
}
25
26
+ interface FastifyReply {
27
+ ws: boolean
28
+ }
29
+
30
interface RouteShorthandMethod<
31
RawServer extends RawServerBase = RawServerDefault,
32
RawRequest extends RawRequestDefaultExpression<RawServer> = RawRequestDefaultExpression<RawServer>,
0 commit comments