- corretto scheda prodotto, record salvato
This commit is contained in:
@@ -10,6 +10,7 @@ export interface ICatalog {
|
||||
foto_collana?: IImg,
|
||||
idCollane?: string[]
|
||||
argomenti?: string[]
|
||||
idTipoFormato?: number[]
|
||||
condition_andor: number,
|
||||
editore?: string[]
|
||||
collana_info?: ICollana
|
||||
|
||||
@@ -809,6 +809,7 @@ export interface IMyScheda {
|
||||
productTypes?: number[]
|
||||
excludeproductTypes?: number[]
|
||||
idTipologie?: number[]
|
||||
idTipoFormato?: number[]
|
||||
editore?: string[]
|
||||
argomenti?: string[]
|
||||
idCollane?: string[]
|
||||
@@ -858,6 +859,7 @@ export interface IOptCatalogo {
|
||||
excludeproductTypes?: number[]
|
||||
formato?: string[]
|
||||
idTipologie?: number[]
|
||||
idTipoFormato?: number[]
|
||||
Categoria?: string[]
|
||||
editore?: string[]
|
||||
argomenti?: string[]
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
import type { IUserFields, IUserShort } from './UserStore'
|
||||
|
||||
export interface IVerificaProd {
|
||||
esito?: number
|
||||
data?: Date
|
||||
username?: string
|
||||
note?: string
|
||||
}
|
||||
|
||||
export interface IProductInfo {
|
||||
_id?: any
|
||||
|
||||
Reference in New Issue
Block a user