feat(api): add websocket api definitions

This commit is contained in:
Karol Sójko
2022-09-20 13:20:52 +02:00
parent dd5ca0c28c
commit 4a773fa537
18 changed files with 190 additions and 5 deletions

View File

@@ -2,3 +2,5 @@ export * from './Subscription/SubscriptionServer'
export * from './Subscription/SubscriptionServerInterface'
export * from './User/UserServer'
export * from './User/UserServerInterface'
export * from './WebSocket/WebSocketServer'
export * from './WebSocket/WebSocketServerInterface'