import products dinamically
This commit is contained in:
@@ -14,12 +14,15 @@ export interface IProductInfo {
|
||||
color?: string,
|
||||
size?: string,
|
||||
weight?: number,
|
||||
weight_lordo?: number,
|
||||
unit: number,
|
||||
unit_lordo?: number,
|
||||
stars?: number,
|
||||
date?: Date,
|
||||
icon?: string,
|
||||
img?: string
|
||||
ingredienti?: string,
|
||||
link_scheda?: string,
|
||||
valori_nutrizionali?: string,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user