- aggiornato catalogo lista con filtri per editori e grafico
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user