Commit from GitHub Actions (Publish APIs & Clients)

This commit is contained in:
asim
2021-09-20 12:43:40 +00:00
parent 70728b5306
commit a3d78dfbe9
4 changed files with 6 additions and 6 deletions

View File

@@ -58,5 +58,5 @@
},
"type": "module",
"types": "dist/index.d.ts",
"version": "1.0.516"
"version": "1.0.517"
}

View File

@@ -161,7 +161,7 @@ export interface Verse {
// The basic translation of the verse
translatedText?: string;
// The alternative translations for the verse
translations?: Translation[];
translations?: Interpretation[];
// The phonetic transliteration from arabic
transliteration?: string;
// The individual words within the verse (Ayah)