minor changes

This commit is contained in:
chsakell
2016-10-07 15:01:28 +03:00
parent b5144cc517
commit 149e093f16
3 changed files with 7 additions and 23 deletions

View File

@@ -10,8 +10,6 @@ export interface FeedProxy {
export interface FeedClient {
setConnectionId: (id: string) => void;
userDisconnected: (id: string) => void;
updateMatch: (match: Match) => void;
addFeed: (feed: Feed) => void;
addChatMessage: (chatMessage: ChatMessage) => void;