chore: fix unit

This commit is contained in:
2026-03-04 17:03:08 +01:00
parent 06cfbae4e1
commit a18b71319e
3 changed files with 6 additions and 4 deletions
+1
View File
@@ -366,6 +366,7 @@ export interface Product {
description?: string;
category: string;
stock: number;
unit?: string;
prices?: ProductPrice[];
media?: Array<{
// ✅ CHANGÉ