From 0ab4b379810c867c9b634f7bd43bc891d16b5fb9 Mon Sep 17 00:00:00 2001 From: asim Date: Fri, 17 Sep 2021 14:57:43 +0000 Subject: [PATCH] Commit from GitHub Actions (Publish APIs & Clients) --- clients/ts/quran/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/ts/quran/index.ts b/clients/ts/quran/index.ts index 0371e68..ecac3c8 100755 --- a/clients/ts/quran/index.ts +++ b/clients/ts/quran/index.ts @@ -149,7 +149,7 @@ export interface Verse { // The unique id of the verse in the whole book id?: number; // The interpretations of the verse - interpretations?: Translation[]; + interpretations?: Interpretation[]; // The key of this verse (chapter:verse) e.g 1:1 key?: string; // The verse number in this chapter