2
0
mirror of https://github.com/frappe/books.git synced 2024-12-22 19:09:01 +00:00

feat: update types for loyalty program

This commit is contained in:
AbleKSaju 2024-08-22 15:54:24 +05:30
parent 4ba91f0f20
commit f2c10a0724

View File

@ -19,6 +19,9 @@ export enum ModelNameEnum {
NumberSeries = 'NumberSeries',
Lead = 'Lead',
Party = 'Party',
LoyaltyProgram = 'LoyaltyProgram',
LoyaltyPointEntry = 'LoyaltyPointEntry',
CollectionRulesItems = 'CollectionRulesItems',
Payment = 'Payment',
PaymentFor = 'PaymentFor',
PriceList = 'PriceList',