Help Angular by taking a 1 minute survey!Go to surveyHome

ReceivedMessage

      
      interface ReceivedMessage {
  method: string
  args: any[]
  id: string
  type: string
}
    

Properties

Property Description
method: string
args: any[]
id: string
type: string