@waylis/core / UserMessageBodyType
Type Alias: UserMessageBodyType
ts
type UserMessageBodyType = Exclude<MessageBodyType, "markdown" | "linechart" | "table">;Defined in: message/types.ts:125
Types allowed for user-created messages.