This commit is contained in:
Peter Maquiran
2022-01-29 19:21:46 +01:00
parent bf0dbf8baf
commit ed77e1aea7
14 changed files with 402 additions and 19 deletions
@@ -4,6 +4,7 @@ export interface wsCallbacksParams {
runOnces?: boolean
requestId?: string
key?: string
order?: number
}