import products dinamically
This commit is contained in:
@@ -1215,3 +1215,9 @@ export interface IAnim {
|
||||
cldelay: string,
|
||||
timingtype: string,
|
||||
}
|
||||
|
||||
|
||||
export interface ICoordinates {
|
||||
lat: any
|
||||
long: any
|
||||
}
|
||||
@@ -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