EntryConversationRequestBody
the-cdj-ui / hooks/api/entryApi / EntryConversationRequestBody
Interface: EntryConversationRequestBody
Defined in: src/hooks/api/entryApi.ts:133
Represents the body of an entry conversation request.
Type Param
Array of messages in the conversation.
Extends
Record<string,unknown>
Indexable
[key: string]: unknown
Properties
messages
messages:
Message[]
Defined in: src/hooks/api/entryApi.ts:134