Commit from GitHub Actions (Publish APIs & Clients)

This commit is contained in:
domwong
2021-09-21 17:55:10 +00:00
parent 33653f7698
commit 05c8fc2c48
3 changed files with 4 additions and 4 deletions

View File

@@ -161,7 +161,7 @@ type Verse struct {
// The basic translation of the verse
TranslatedText string `json:"translatedText"`
// The alternative translations for the verse
Translations []Interpretation `json:"translations"`
Translations []Translation `json:"translations"`
// The phonetic transliteration from arabic
Transliteration string `json:"transliteration"`
// The individual words within the verse (Ayah)