2
0
mirror of https://github.com/frappe/books.git synced 2024-12-22 10:58:59 +00:00

fix: add Pos Emits type

This commit is contained in:
AbleKSaju 2024-11-27 17:52:00 +05:30
parent 4a381c3a86
commit e1f334113e

View File

@ -24,6 +24,7 @@ export type PosEmits =
| 'setCashAmount'
| 'setCouponsCount'
| 'routeToSinvList'
| 'applyPricingRule'
| 'setTransferRefNo'
| 'setLoyaltyPoints'
| 'setTransferAmount'