export interface SocketSendMessage { type: number; message: string; }