- Aggiornamento dal DB di GM al DB Locale
This commit is contained in:
@@ -54,6 +54,7 @@ export interface IProductInfo {
|
||||
totFat?: number,
|
||||
vLast3M?: number,
|
||||
fatLast3M?: number,
|
||||
fatLast6M?: number,
|
||||
vLast6M?: number,
|
||||
vLastY?: number,
|
||||
vLast2Y?: number,
|
||||
@@ -103,7 +104,6 @@ export interface IProdView {
|
||||
|
||||
export interface IProduct {
|
||||
_id?: any
|
||||
indiceRanking?: number
|
||||
active?: boolean
|
||||
isbn?: string
|
||||
idProductInfo?: string,
|
||||
|
||||
Reference in New Issue
Block a user