mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 12:12:55 +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