Type Alias: TopicsByVerse
TopicsByVerse =
Record<string,VerseTopicEntry[]>
Defined in: Services/StudyOverview/types.ts:89
Map of verseId (as string key) to topic entries.
TopicsByVerse =
Record<string,VerseTopicEntry[]>
Defined in: Services/StudyOverview/types.ts:89
Map of verseId (as string key) to topic entries.