Improve filter callback

This commit is contained in:
Peter Maquiran
2022-01-10 22:04:04 +01:00
parent 053c6034a7
commit d04a57b35c
6 changed files with 120 additions and 123 deletions
@@ -8,5 +8,6 @@ export interface wsCallbacksParams {
export interface msgQueue {
message: object,
requestId: string
requestId: string,
loginRequired: boolean
}