From 381b75f7784f5ef56977f34930ee53161e1f92a0 Mon Sep 17 00:00:00 2001 From: NotII <46204250+NotII@users.noreply.github.com> Date: Mon, 9 Jun 2025 21:29:23 +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 749bdbb..f3f6792 100644 --- a/models/products.ts +++ b/models/products.ts @@ -2,7 +2,7 @@ export interface Product { _id?: string; name: string; description: string; - unitType: string; + unitType: 'pcs' | 'gr' | 'kg' | 'ml'; category: string; enabled?: boolean; // Stock management fields