Tidy up imports, add missing exports, rename some events for consistency

This commit is contained in:
Casper Warden
2018-10-06 17:09:41 +01:00
parent 11f2f9b320
commit eb5ef5b074
1511 changed files with 163 additions and 41991 deletions

View File

@@ -1,4 +1,4 @@
import { UUID } from '../classes/UUID';
import { UUID } from '..';
export declare class GroupChatSessionJoinEvent {
sessionID: UUID;
success: boolean;