WsResponse


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

Properties

Property Description
event: string
data: T