Cataloghi...

This commit is contained in:
Surya Paolo
2025-02-05 12:13:36 +01:00
parent 979f90f980
commit 2533da3692
20 changed files with 171 additions and 105 deletions

View File

@@ -34,7 +34,7 @@ export interface IProductInfo {
checkout_link?: string
idAuthors?: string[]
authors?: string[]
idCollana?: string
idCollana?: number
collana?: ICollana
collezione?: string
idPublisher?: string
@@ -223,8 +223,7 @@ export interface ICatProd {
export interface ICollana {
_id?: any
idCollana: number,
descrizione: string,
descrizione_estesa?: string,
title: string,
}
export interface ICatAI {