Update products.ts

This commit is contained in:
NotII
2025-07-17 16:11:49 +01:00
parent 0fa33df2ad
commit bd3f29ae4b

View File

@@ -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