Skip to main content

EntryAnalysisBody

the-cdj-ui


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

Interface: EntryAnalysisBody

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

Represents the body of an entry analysis request.

Type Param

Entry ID to be analyzed.

Type Param

Content of the analysis.

Extends

  • Record<string, unknown>

Indexable

[key: string]: unknown

Properties

analysis_content

analysis_content: string

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


entry

entry: string

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