Interface: Note
Defined in: src/types/note.ts:7
Represents a study note or scripture entry.
Properties
chapter?
optionalchapter?:string
Defined in: src/types/note.ts:10
comment?
optionalcomment?:string
Defined in: src/types/note.ts:12
createdAt?
optionalcreatedAt?:string|number|Timestamp|Date
Defined in: src/types/note.ts:15
id
id:
string
Defined in: src/types/note.ts:8
imageUrl?
optionalimageUrl?:string
Defined in: src/types/note.ts:21
ponderQuestion?
optionalponderQuestion?:string
Defined in: src/types/note.ts:23
recap?
optionalrecap?:string
Defined in: src/types/note.ts:22
scripture?
optionalscripture?:"Old Testament"|"New Testament"|"Book of Mormon"|"Doctrine and Covenants"|"Pearl of Great Price"|"Ordinances and Proclamations"|"General Conference"|"BYU Speeches"|"Other"
Defined in: src/types/note.ts:11
searchTokens?
optionalsearchTokens?:string[]
Defined in: src/types/note.ts:24
sharedMessageIds?
optionalsharedMessageIds?:Record<string,string>
Defined in: src/types/note.ts:18
sharedWithGroups?
optionalsharedWithGroups?:string[]
Defined in: src/types/note.ts:19
speaker?
optionalspeaker?:string
Defined in: src/types/note.ts:14
text?
optionaltext?:string
Defined in: src/types/note.ts:9
title?
optionaltitle?:string
Defined in: src/types/note.ts:13