Type Alias ServerTextMessage

ServerTextMessage: { text: { body: string }; type: "text" }

Type declaration

  • text: { body: string }
  • type: "text"