Skip to content

Commit

Permalink
fix(lib): add lineGroup type to Banis.Lines typings
Browse files Browse the repository at this point in the history
#Patch release
  • Loading branch information
Harjot1Singh committed Aug 15, 2022
1 parent 7c818b3 commit 87b0f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,6 @@ declare module '@shabados/database' {
nameGurmukhi: string
nameEnglish: string

lines?: Lines[]
lines?: (Lines & { lineGroup: number })[]
}
}

0 comments on commit 87b0f1c

Please sign in to comment.