- aggiungo campo "sfuso"

- aggiunto totale al carrello
This commit is contained in:
Surya Paolo
2024-02-11 16:33:07 +01:00
parent b2d6b25539
commit 07a37f20f9
5 changed files with 9 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ export interface IProductInfo {
weight_lordo?: number,
unit: number,
unit_lordo?: number,
sfuso?: boolean,
stars?: number,
date?: Date,
icon?: string,