import { JsonVerse } from "../kingFahadMushaf";
/**
 * Type definition for King Fahad Mushaf JSON data format
 */
export type KingFahadMushafJSON = JsonVerse[][];
export type KingFahadMushafJSONData = KingFahadMushafJSON;
