EntryBody
the-cdj-ui / hooks/api/entryApi / EntryBody
Interface: EntryBody
Defined in: src/hooks/api/entryApi.ts:33
Represents the body of an entry request.
Type Param
Title of the entry.
Type Param
Content of the entry.
Type Param
Mood associated with the entry.
Type Param
Tags associated with the entry.
Type Param
Privacy settings for the entry.
Extends
Record<string,unknown>
Indexable
[key: string]: unknown
Properties
content
content:
string
Defined in: src/hooks/api/entryApi.ts:35
mood
mood:
string
Defined in: src/hooks/api/entryApi.ts:36
privacy_settings
privacy_settings:
PrivacySettings
Defined in: src/hooks/api/entryApi.ts:38
tags
tags:
string[]
Defined in: src/hooks/api/entryApi.ts:37
title
title:
string
Defined in: src/hooks/api/entryApi.ts:34