Skip to content

BaseMessageData

@waldiez/react v0.5.3


BaseMessageData = object

Defined in: src/waldiez/utils/chat/types.ts:16

Base message data structure This is the common structure for all message types. It includes the type of message, an optional ID, and a timestamp.

PropertiesΒΆ

id?ΒΆ

optional id: string

Defined in: src/waldiez/utils/chat/types.ts:18


timestamp?ΒΆ

optional timestamp: string

Defined in: src/waldiez/utils/chat/types.ts:20


typeΒΆ

type: string

Defined in: src/waldiez/utils/chat/types.ts:17


uuid?ΒΆ

optional uuid: string

Defined in: src/waldiez/utils/chat/types.ts:19