mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-09-01 07:25:19 +00:00
Remove unused message type
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
import { WebSocketMessage } from './websocket-message';
|
||||
|
||||
export interface MessageConfig extends WebSocketMessage {
|
||||
originator?: string;
|
||||
}
|
||||
|
||||
export interface MessageData {
|
||||
originator?: string;
|
||||
timestamp?: Date;
|
||||
|
Reference in New Issue
Block a user