- Catalogo: Aggiunta di Schede

This commit is contained in:
Surya Paolo
2024-10-31 23:23:06 +01:00
parent b6f73019fe
commit 2ea6468100
123 changed files with 3382 additions and 3595327 deletions

View File

@@ -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