export interface WsResponse { type: string; message?: unknown; status?: string; }