Commit from GitHub Actions (Publish APIs & Clients)

This commit is contained in:
asim
2021-09-17 10:43:04 +00:00
parent 40e630cf5c
commit b7906fd72f
4 changed files with 5 additions and 5 deletions

View File

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

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