EntryAnalysisResponse
the-cdj-ui / hooks/api/entryApi / EntryAnalysisResponse
Interface: EntryAnalysisResponse
Defined in: src/hooks/api/entryApi.ts:106
Represents the response structure for an entry analysis from the server.
Type Param
Document data for the analysis.
Type Param
Optional associated entry.
Type Param
Optional flash messages.
Extends
Record<string,unknown>
Indexable
[key: string]: unknown
Properties
_doc
_doc:
object
Defined in: src/hooks/api/entryApi.ts:107
__v
__v:
number
_id
_id:
string
analysis_content
analysis_content:
string
created_at
created_at:
string
entry
entry:
string
updated_at
updated_at:
string
entry?
optionalentry:EntryResponse
Defined in: src/hooks/api/entryApi.ts:115
flash?
optionalflash:FlashMessage
Defined in: src/hooks/api/entryApi.ts:116