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