Improve login to rocket chat

This commit is contained in:
Peter Maquiran
2022-01-10 10:53:04 +01:00
parent 402e1f8a95
commit 9e11d910d4
3 changed files with 31 additions and 6 deletions
@@ -1,9 +1,7 @@
export interface wsCallbacksParams {
type: 'Offline' | 'Online' | 'Open' | 'Onmessage',
funx: Function
options?: {
runOnces?: boolean
}
runOnces?: boolean
requestId?: string
}