Appearance
Overview / WSMessage
WSMessage: { description: string; name: string; type: "error"; } | { content: string; type: "token" | "notification"; } | object & MemoryMessage
description
string
name
type
"error"
content
"token"
"notification"
object
MemoryMessage
A message object sent by the websocket.