WsResponse interface interface WsResponse<T = any> { event: string data: T } Properties Property Description event: string data: T