- 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

@@ -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[]
}
/*