diff options
Diffstat (limited to 'src/Types.hx')
| -rw-r--r-- | src/Types.hx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Types.hx b/src/Types.hx index a02b4a9..0e89b85 100644 --- a/src/Types.hx +++ b/src/Types.hx @@ -133,6 +133,7 @@ typedef FlashbackItem = { typedef WsEvent = { type:WsEventType, ?connected:{ + uuid:String, config:Config, history:Array<Message>, clients:Array<ClientData>, |
