import { SERVER_MESSAGE_TYPE } from '../utils/global'; export interface ServerMessage { type?: SERVER_MESSAGE_TYPE; message?: string; }