Commit from GitHub Actions (Publish APIs & Clients)

This commit is contained in:
asim
2021-09-17 14:57:43 +00:00
parent 73828bf18d
commit 0ab4b37981

View File

@@ -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