feat(websockets): add websockets service

This commit is contained in:
Karol Sójko
2022-10-13 11:40:06 +02:00
parent 6f43726a3b
commit d28c268e86
54 changed files with 1518 additions and 7 deletions
@@ -0,0 +1,3 @@
export type AddWebSocketsConnectionResponse = {
success: boolean
}