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?
optionallinkedVerses?:number[]
Defined in: Extensions/ExtensionApiDtos.ts:549
Verses this note links to.
metadata?
optionalmetadata?:Record<string,unknown>
Defined in: Extensions/ExtensionApiDtos.ts:555
parentId?
optionalparentId?:string
Defined in: Extensions/ExtensionApiDtos.ts:542
Optional parent note (for hierarchical structure).
tags?
optionaltags?:string[]
Defined in: Extensions/ExtensionApiDtos.ts:551
Tags applied to the note.
title?
optionaltitle?:string
Defined in: Extensions/ExtensionApiDtos.ts:545
type?
optionaltype?:string
Defined in: Extensions/ExtensionApiDtos.ts:544
Optional note type (e.g. 'general', 'prayer', 'sermon').
updatedAt
updatedAt:
number
Defined in: Extensions/ExtensionApiDtos.ts:554