other components... (2)

This commit is contained in:
Paolo Arena
2021-09-16 21:08:02 +02:00
parent fcc4f61f07
commit f351673917
276 changed files with 17183 additions and 3371 deletions

View File

@@ -76,12 +76,15 @@ export interface IMyPage {
img1?: string
content?: string
video1?: string
ratio1?: string
img2?: string
content2?: string
video2?: string
ratio2?: string
img3?: string
content3?: string
video3?: string
ratio3?: string
content4?: string
active?: boolean
inmenu?: boolean
@@ -262,6 +265,7 @@ export interface IListRoutes {
lang?: string
materialIcon?: string
component?: any
children?: any
reqauth?: boolean
isseparator?: boolean
inmenu?: boolean
@@ -480,7 +484,7 @@ export interface IFilter {
export interface IDataPass {
id: string
table: string
fieldsvalue: object
fieldsvalue: any
}
export interface IDataToSet {