Skip to main content

Interface: BibleBookRow

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

Row from the bible_book table

Extends

  • BaseRow

Indexable

[key: string]: unknown

Properties

book_abbreviation

book_abbreviation: string

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


book_group?

optional book_group?: string

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


book_id

book_id: number

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


book_name

book_name: string

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


book_number

book_number: number

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


chapter_count

chapter_count: number

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


metadata?

optional metadata?: string

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


testament

testament: string

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


verse_count?

optional verse_count?: number

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