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; _id?: string;
name: string; name: string;
description: string; description: string;
unitType: string; unitType: 'pcs' | 'gr' | 'kg' | 'ml';
category: string; category: string;
enabled?: boolean; enabled?: boolean;
// Stock management fields // Stock management fields