- Catalogo: Aggiunta di Schede
This commit is contained in:
@@ -41,6 +41,7 @@ export interface IProductInfo {
|
||||
numpages?: number
|
||||
productTypes?: number[]
|
||||
versioneGM?: string
|
||||
short_descr: string
|
||||
}
|
||||
|
||||
export interface IVariazione {
|
||||
@@ -68,6 +69,11 @@ export interface IAuthor {
|
||||
img?: string
|
||||
}
|
||||
|
||||
export interface IProdView {
|
||||
id: string
|
||||
showed: boolean
|
||||
}
|
||||
|
||||
export interface IProduct {
|
||||
_id?: any
|
||||
active?: boolean
|
||||
|
||||
Reference in New Issue
Block a user