Skip to main content

Interface: UserNoteDto

Defined in: Extensions/ExtensionApiDtos.ts:539

Properties

content

content: string

Defined in: Extensions/ExtensionApiDtos.ts:547

Body in markdown or HTML, per the host's note storage format.


createdAt

createdAt: number

Defined in: Extensions/ExtensionApiDtos.ts:553

Epoch ms.


id

id: string

Defined in: Extensions/ExtensionApiDtos.ts:540


linkedVerses?

optional linkedVerses?: number[]

Defined in: Extensions/ExtensionApiDtos.ts:549

Verses this note links to.


metadata?

optional metadata?: Record<string, unknown>

Defined in: Extensions/ExtensionApiDtos.ts:555


parentId?

optional parentId?: string

Defined in: Extensions/ExtensionApiDtos.ts:542

Optional parent note (for hierarchical structure).


tags?

optional tags?: string[]

Defined in: Extensions/ExtensionApiDtos.ts:551

Tags applied to the note.


title?

optional title?: string

Defined in: Extensions/ExtensionApiDtos.ts:545


type?

optional type?: string

Defined in: Extensions/ExtensionApiDtos.ts:544

Optional note type (e.g. 'general', 'prayer', 'sermon').


updatedAt

updatedAt: number

Defined in: Extensions/ExtensionApiDtos.ts:554