Skip to content

@waylis/core


@waylis/core / MessageBody

Type Alias: MessageBody

ts
type MessageBody = { [K in keyof MessageBodyMap]: { content: MessageBodyMap[K]; type: K } }[keyof MessageBodyMap];

Defined in: src/message/types.ts:106

A message body, discriminated by type.

Released under the MIT License.