Skip to content

Overview / WSMessage

WSMessage

WSMessage: { description: string; name: string; type: "error"; } | { content: string; type: "token" | "notification"; } | object & MemoryMessage

A message object sent by the websocket.

Released under the GPL-3.0 License.