Skip to main content

Interface: ChapterInfoRow

Defined in: Data/Core/RowTypes.ts:270

Row from the chapter_info table

Extends

  • BaseRow

Indexable

[key: string]: unknown

Properties

book_id

book_id: number

Defined in: Data/Core/RowTypes.ts:272


chapter

chapter: number

Defined in: Data/Core/RowTypes.ts:273


chapter_info_id

chapter_info_id: number

Defined in: Data/Core/RowTypes.ts:271


first_absolute_id?

optional first_absolute_id?: number

Defined in: Data/Core/RowTypes.ts:275


last_absolute_id?

optional last_absolute_id?: number

Defined in: Data/Core/RowTypes.ts:276


metadata?

optional metadata?: string

Defined in: Data/Core/RowTypes.ts:277


verse_count

verse_count: number

Defined in: Data/Core/RowTypes.ts:274