Commit from GitHub Actions (Publish APIs & Clients)

This commit is contained in:
asim
2021-09-17 10:47:33 +00:00
parent bfd07d7f4b
commit dc37dac3d9
4 changed files with 4 additions and 4 deletions

View File

@@ -149,7 +149,7 @@ type Verse struct {
// The unique id of the verse in the whole book
Id int32 `json:"id"`
// The interpretations of the verse
Interpretations []Interpretation `json:"interpretations"`
Interpretations []Translation `json:"interpretations"`
// The key of this verse (chapter:verse) e.g 1:1
Key string `json:"key"`
// The verse number in this chapter