Skip to content

Interface: Note

Defined in: src/types/note.ts:7

Represents a study note or scripture entry.

Properties

chapter?

optional chapter?: string

Defined in: src/types/note.ts:10


comment?

optional comment?: string

Defined in: src/types/note.ts:12


createdAt?

optional createdAt?: string | number | Timestamp | Date

Defined in: src/types/note.ts:15


id

id: string

Defined in: src/types/note.ts:8


imageUrl?

optional imageUrl?: string

Defined in: src/types/note.ts:21


ponderQuestion?

optional ponderQuestion?: string

Defined in: src/types/note.ts:23


recap?

optional recap?: string

Defined in: src/types/note.ts:22


scripture?

optional scripture?: "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?

optional searchTokens?: string[]

Defined in: src/types/note.ts:24


sharedMessageIds?

optional sharedMessageIds?: Record<string, string>

Defined in: src/types/note.ts:18


sharedWithGroups?

optional sharedWithGroups?: string[]

Defined in: src/types/note.ts:19


speaker?

optional speaker?: string

Defined in: src/types/note.ts:14


text?

optional text?: string

Defined in: src/types/note.ts:9


title?

optional title?: string

Defined in: src/types/note.ts:13

Released under the MIT License.