AlQuran: {
    asma: { id: { short: string; long: string; }; en: { short: string; long: string; }; ar: { short: string; long: string; }; translation: { id: string; en: string; }; };
    ayahs: ({ number: { inquran: number; insurah: number; }; translation: { id: string; en: string; }; tafsir: { id: string; en: string | null; }; juz: number; manzil: number; page: number; ruku: number; hizbQuarter: number; sajda: { ...; }; text: { ...; }; audio: { ...; }; })[];
    ayatCount?: number;
    number: number;
    preBismillah: null | boolean;
    recitation: { full: string; };
    sequence: number;
    tafsir: { id: string; en: string | null; };
    type: { id: string; en: string; ar: string; };
}

Type declaration

  • asma: { id: { short: string; long: string; }; en: { short: string; long: string; }; ar: { short: string; long: string; }; translation: { id: string; en: string; }; }
  • ayahs: ({ number: { inquran: number; insurah: number; }; translation: { id: string; en: string; }; tafsir: { id: string; en: string | null; }; juz: number; manzil: number; page: number; ruku: number; hizbQuarter: number; sajda: { ...; }; text: { ...; }; audio: { ...; }; })[]
  • Optional ayatCount?: number
  • number: number
  • preBismillah: null | boolean
  • recitation: { full: string; }
  • sequence: number
  • tafsir: { id: string; en: string | null; }
  • type: { id: string; en: string; ar: string; }

Generated using TypeDoc