- Modifiche a ProductInfo... Continua
This commit is contained in:
@@ -123,7 +123,7 @@ export interface IProduct {
|
||||
_id?: any
|
||||
active?: boolean
|
||||
isbn?: string
|
||||
idProductInfo?: string,
|
||||
// idProductInfo?: string,
|
||||
productInfo: IProductInfo,
|
||||
idProducer?: string,
|
||||
idProvider?: string,
|
||||
@@ -208,7 +208,7 @@ export interface IProductsState {
|
||||
collane?: ICollana[]
|
||||
catprods_gas: ICatProd[]
|
||||
subcatprods: ISubCatProd[]
|
||||
productInfos: IProductInfo[]
|
||||
// productInfos: IProductInfo[]
|
||||
userActive: IUserShort
|
||||
|
||||
isPubblicatoById?: (idStatoProdotto: number) => boolean;
|
||||
|
||||
Reference in New Issue
Block a user