- aggiornato catalogo lista con filtri per editori e grafico

This commit is contained in:
Surya Paolo
2025-02-13 21:15:04 +01:00
parent cdefb91bef
commit f0098e57b2
58 changed files with 245 additions and 116 deletions

View File

@@ -178,6 +178,7 @@ export interface IProductsState {
cart: ICart
orders: IOrderCart[]
catprods: ICatProd[]
catprtotali?: ICatPrTotali[]
collane?: ICollana[]
catprods_gas: ICatProd[]
subcatprods: ISubCatProd[]
@@ -222,6 +223,12 @@ export interface ICatProd {
color?: string,
}
export interface ICatPrTotali {
_id: string,
name: string,
quanti: number,
}
export interface ICollana {
_id?: any
idCollana: number,