Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DeepNotesApp/DeepNotes
/ WebSocket
Interface
WebSocket
apps/collab-server/src/types/ws.d.ts:4–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
declare module
'ws'
{
4
interface
WebSocket {
5
aux: SocketAuxObject;
6
}
7
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected