Update products.ts

This commit is contained in:
NotII
2025-06-09 21:29:23 +01:00
parent 48ad96fbec
commit 381b75f778

View File

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