Module "contracts/UhstSocket"
Type aliases
SocketEventSet
Socket
EventSet: { close: () => void; diagnostic: (message: string) => void; error: (error: Error) => void; message: (data: any) => void; open: () => void }
Type declaration
-
close: () => void
-
diagnostic: (message: string) => void
-
error: (error: Error) => void
-
message: (data: any) => void
-
open: () => void