You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
opts: RouteShorthandOptions<RawServer,RawRequest,RawReply,RequestGeneric,ContextConfig,SchemaCompiler,TypeProvider,Logger>&{websocket: true},// this creates an overload that only applies these different types if the handler is for websockets
opts: RouteShorthandOptions<RawServer,RawRequest,RawReply,RequestGeneric,ContextConfig,SchemaCompiler,TypeProvider,InnerLogger>&{websocket: true},// this creates an overload that only applies these different types if the handler is for websockets
0 commit comments