- aggiornati gli argomenti in base a GM
This commit is contained in:
@@ -141,6 +141,7 @@ export interface IMyElem {
|
||||
parambool?: boolean
|
||||
parambool2?: boolean
|
||||
parambool3?: boolean
|
||||
parambool4?: boolean
|
||||
number?: number
|
||||
num2?: number
|
||||
imgback?: string
|
||||
@@ -581,6 +582,7 @@ export interface IListRoutes {
|
||||
onlyFacilitatore?: boolean
|
||||
color?: string
|
||||
onlyEditor?: boolean
|
||||
onlyGrafico?: boolean
|
||||
extraclass?: string
|
||||
meta?: any
|
||||
idelem?: string
|
||||
@@ -1035,6 +1037,8 @@ export interface IOptGrid {
|
||||
rowclass?: boolean
|
||||
widthcard?: string
|
||||
heightcard?: string
|
||||
widthimg?: string
|
||||
heightimg?: string
|
||||
}
|
||||
|
||||
export interface IFilter {
|
||||
|
||||
@@ -38,6 +38,7 @@ export interface IProductInfo {
|
||||
collana?: ICollana
|
||||
collezione?: string
|
||||
idPublisher?: string
|
||||
ListaArgomenti?: string
|
||||
publisher?: IPublisher
|
||||
date_pub?: Date
|
||||
date_pub_ts: number
|
||||
@@ -213,6 +214,7 @@ export interface ICategory {
|
||||
|
||||
export interface ICatProd {
|
||||
_id?: any
|
||||
idArgomento?: number,
|
||||
name: string,
|
||||
descr_estesa?: string,
|
||||
img?: string,
|
||||
|
||||
@@ -281,6 +281,7 @@ export interface IUserState {
|
||||
isZoomeri?: boolean
|
||||
isTratuttrici?: boolean
|
||||
isEditor?: boolean
|
||||
isGrafico?: boolean
|
||||
isTeacher?: boolean
|
||||
usersList?: IUserFields[]
|
||||
countusers?: number
|
||||
|
||||
Reference in New Issue
Block a user