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[]
|
||||
}
|
||||
Reference in New Issue
Block a user