quran-meta
    Preparing search index...

    Interface PartBlock

    Represents a block or section of the Quran with its starting ayah and length startAyahId - The identifier of the first ayah in the block ayahCount - The number of ayahs contained in this block

    interface PartBlock {
        ayahCount: number;
        startAyahId: number;
    }
    Index
    ayahCount: number
    startAyahId: number