Skip to main content

EntryConversationResponse

the-cdj-ui


the-cdj-ui / hooks/api/entryApi / EntryConversationResponse

Interface: EntryConversationResponse

Defined in: src/hooks/api/entryApi.ts:145

Represents the response structure for an entry conversation from the server.

Type Param

Unique identifier for the conversation.

Type Param

Associated entry ID.

Type Param

Array of messages with metadata.

Type Param

Version key for the document.

Type Param

Optional flash messages.

Extends

  • Record<string, unknown>

Indexable

[key: string]: unknown

Properties

__v

__v: number

Defined in: src/hooks/api/entryApi.ts:154


_id

_id: string

Defined in: src/hooks/api/entryApi.ts:146


entry

entry: string

Defined in: src/hooks/api/entryApi.ts:147


flash?

optional flash: FlashMessage

Defined in: src/hooks/api/entryApi.ts:155


messages

messages: Message & object[]

Defined in: src/hooks/api/entryApi.ts:148