summary refs log tree commit diff
path: root/src/util/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/interfaces')
-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 141b7438..7ddb1fbe 100644 --- a/src/util/interfaces/Event.ts +++ b/src/util/interfaces/Event.ts
@@ -732,6 +732,7 @@ export type EVENT = | "RELATIONSHIP_ADD" | "RELATIONSHIP_REMOVE" | "SESSIONS_REPLACE" + | "USER_SETTINGS_PROTO_UPDATE" | CUSTOMEVENTS; export type CUSTOMEVENTS = "INVALIDATED" | "RATELIMIT";