Commit from GitHub Actions (Publish APIs & Clients)

This commit is contained in:
asim
2021-09-17 09:37:18 +00:00
parent 75875eb063
commit 03df4cb489
5 changed files with 6 additions and 6 deletions

View File

@@ -57,5 +57,5 @@
},
"type": "module",
"types": "dist/index.d.ts",
"version": "1.0.510"
"version": "1.0.511"
}

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?: Interpretation[];
interpretations?: Translation[];
// The key of this verse (chapter:verse) e.g 1:1
key?: string;
// The verse number in this chapter