Cataloghi...
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { ICollana } from "./Products"
|
||||
|
||||
export interface FotoCatalogo {
|
||||
imagefile: string
|
||||
@@ -15,9 +16,10 @@ export interface ICatalog {
|
||||
active?: boolean
|
||||
title: string
|
||||
foto_collana?: FotoCatalogo,
|
||||
idCollana?: string
|
||||
idCollane?: number[]
|
||||
collana_info?: ICollana
|
||||
descr_introduttiva?: string
|
||||
idTemplateScheda?: string
|
||||
idPageAssigned?: string
|
||||
referenti?: string[]
|
||||
img_bordata_web?: FotoCatalogo,
|
||||
img_bordata_stampa?: FotoCatalogo,
|
||||
@@ -32,5 +34,5 @@ export interface ICatalog {
|
||||
}
|
||||
|
||||
export interface ICatalogState {
|
||||
catalog?: ICatalog
|
||||
catalogs?: ICatalog[]
|
||||
}
|
||||
@@ -799,7 +799,7 @@ export interface IMyScheda {
|
||||
excludeproductTypes?: number[]
|
||||
editore?: string[]
|
||||
argomenti?: string[]
|
||||
collana?: string
|
||||
idCollane?: number[]
|
||||
author?: string
|
||||
sort_field?: string
|
||||
sort_dir?: number
|
||||
@@ -826,7 +826,7 @@ export interface IOptCatalogo {
|
||||
Categoria?: string[]
|
||||
editore?: string[]
|
||||
argomenti?: string[]
|
||||
collana?: string
|
||||
idCollane?: number[]
|
||||
sort_field?: string
|
||||
sort_dir?: number
|
||||
pdf?: boolean
|
||||
|
||||
@@ -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