ReceivedMessage
interface ReceivedMessage {
method: string
args: any[]
id: string
type: string
}
属性
| 属性 | 说明 |
|---|---|
method: string | |
args: any[] | |
id: string | |
type: string |
interface ReceivedMessage {
method: string
args: any[]
id: string
type: string
}
| 属性 | 说明 |
|---|---|
method: string | |
args: any[] | |
id: string | |
type: string |