Cataloghi...
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user