Arcadei ...

This commit is contained in:
paoloar77
2022-10-27 11:18:31 +02:00
parent b79ce9b9af
commit 8e3ada35ea
42 changed files with 131 additions and 180 deletions

View File

@@ -111,12 +111,26 @@ export interface IMyBot {
date_updated?: Date
}
export interface IMyElem {
_id?: string
type?: string
title?: string
container?: string
size?: string
order?: string
height?: string
active?: boolean
}
export interface IMyPage {
_id?: string
author_username?: string
lang?: string
title?: string
subtitle?: string
icon?: string
iconsize?: string
order?: number
path?: string
keywords?: string
@@ -145,6 +159,7 @@ export interface IMyPage {
l_child?: number,
infooter?: boolean
internalpage?: boolean
extraclass?: string
}
export interface IOption {
@@ -342,8 +357,10 @@ export interface IListRoutes {
order: number
path: string
name: string
subtitle?: string
lang?: string
materialIcon?: string
iconsize?: string
component?: any
children?: any
reqauth?: boolean