summary refs log tree commit diff
path: root/src/util/interfaces/Event.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/interfaces/Event.ts')
-rw-r--r--src/util/interfaces/Event.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/interfaces/Event.ts b/src/util/interfaces/Event.ts

index 7f7b017f..63e206f3 100644 --- a/src/util/interfaces/Event.ts +++ b/src/util/interfaces/Event.ts
@@ -64,6 +64,7 @@ export interface Event { data?: any; reconnect_delay?: number; origin?: string; + transaction_id?: string; } // ! Custom Events that shouldn't get sent to the client but processed by the server