- DashBoard, Profile, Order Menu
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -14,6 +14,7 @@ export interface IUserProfile {
|
||||
cell?: string
|
||||
dateofbirth?: Date
|
||||
sex?: ESexType
|
||||
country_pay?: string
|
||||
email_paypal?: string
|
||||
username_telegram?: string
|
||||
}
|
||||
@@ -28,9 +29,11 @@ export interface IUserFields {
|
||||
ipaddr?: string
|
||||
perm?: number
|
||||
verified_email?: boolean
|
||||
made_gift?: boolean
|
||||
tokens?: IToken[]
|
||||
lasttimeonline?: Date
|
||||
profile?: IUserProfile
|
||||
downline?: IUserFields[]
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user