Skip to main content

JournalBody

the-cdj-ui


the-cdj-ui / hooks/api/accessApi / JournalBody

Interface: JournalBody

Defined in: src/hooks/api/accessApi.ts:173

Represents the body of a journal entry.

Type Param

The title of the journal entry (optional).

Type Param

The description or content of the journal entry (optional).

Extends

  • Record<string, unknown>

Indexable

[key: string]: unknown

Properties

description?

optional description: string

Defined in: src/hooks/api/accessApi.ts:175


title?

optional title: string

Defined in: src/hooks/api/accessApi.ts:174