videosphere
    Preparing search index...

    Canonical Protestant Bible books for SermonAudio reference picking.

    interface SermonAudioBibleBook {
        displayName: string;
        osisAbbrev: string;
        chapters: readonly number[];
    }
    Index

    Properties

    displayName: string

    English book name used in SA bibleText.

    osisAbbrev: string

    Source OSIS-style abbreviation from reference data.

    chapters: readonly number[]

    Verse count per chapter (index 0 = chapter 1).