JournalBody
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?
optionaldescription:string
Defined in: src/hooks/api/accessApi.ts:175
title?
optionaltitle:string
Defined in: src/hooks/api/accessApi.ts:174