improve WsChatService

This commit is contained in:
Peter Maquiran
2022-01-12 20:21:44 +01:00
parent 4b4b62a71e
commit ddcd3f3e58
2 changed files with 26 additions and 20 deletions
@@ -3,6 +3,7 @@ export interface wsCallbacksParams {
funx: Function
runOnces?: boolean
requestId?: string
key?: string
}