From a100904a30459ba1e13a9f6d2f3958eac7331dcb Mon Sep 17 00:00:00 2001 From: AbleKSaju <126228406+AbleKSaju@users.noreply.github.com> Date: Wed, 27 Nov 2024 15:15:37 +0530 Subject: [PATCH] feat: add price list type --- src/components/POS/types.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/POS/types.ts b/src/components/POS/types.ts index e377208e..6c2c36db 100644 --- a/src/components/POS/types.ts +++ b/src/components/POS/types.ts @@ -15,7 +15,8 @@ export type ModalName = | 'LoyaltyProgram' | 'SavedInvoice' | 'Alert' - | 'CouponCode'; + | 'CouponCode' + | 'PriceList'; export type PosEmits = | 'addItem'