Arcadei ...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user