From bd3f29ae4bd87bec709e6dd91e8a5c358783ac12 Mon Sep 17 00:00:00 2001 From: NotII <46204250+NotII@users.noreply.github.com> Date: Thu, 17 Jul 2025 16:11:49 +0100 Subject: [PATCH] Update products.ts --- models/products.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/products.ts b/models/products.ts index f3f6792..df3434a 100644 --- a/models/products.ts +++ b/models/products.ts @@ -2,7 +2,7 @@ export interface Product { _id?: string; name: string; description: string; - unitType: 'pcs' | 'gr' | 'kg' | 'ml'; + unitType: 'pcs' | 'gr' | 'kg' | 'ml' | 'oz' | 'lb'; category: string; enabled?: boolean; // Stock management fields