- DashBoard, Profile, Order Menu

This commit is contained in:
Paolo Arena
2019-12-31 00:44:43 +01:00
parent 9e5bd85328
commit 4a20dca54a
20 changed files with 347 additions and 212 deletions

View File

@@ -54,6 +54,7 @@ export interface IMyPage {
author_username?: string
title?: string
icon?: string
order?: number
path?: string
keywords?: string
description?: string
@@ -171,11 +172,13 @@ export interface IMenuList {
export interface IListRoutes {
active?: boolean
order: number
path: string
name: string
materialIcon?: string
component?: Component
reqauth?: boolean
isseparator?: boolean
inmenu?: boolean
solotitle?: boolean
infooter?: boolean