Ultimo aggiornamento Nuova versione del Sito !
This commit is contained in:
@@ -35,9 +35,6 @@ export interface IDashboard {
|
||||
myself?: IUserFields
|
||||
aportador?: IUserFields,
|
||||
numpeople_aportador?: number
|
||||
downline: any[],
|
||||
downnotreg: any[],
|
||||
downbyuser: any[]
|
||||
arrimbarchi?: any[]
|
||||
arrposizioni?: any[]
|
||||
navi_partenza?: any[]
|
||||
@@ -45,6 +42,12 @@ export interface IDashboard {
|
||||
arrusers?: any[]
|
||||
}
|
||||
|
||||
export interface IDownline {
|
||||
downline: any[],
|
||||
downnotreg: any[],
|
||||
downbyuser: any[]
|
||||
}
|
||||
|
||||
export interface ICalcStat {
|
||||
numinvitati?: number
|
||||
numinvitati_attivi?: number
|
||||
@@ -70,6 +73,7 @@ export interface IUserFields {
|
||||
downline?: IUserFields[]
|
||||
calcstat?: ICalcStat
|
||||
dashboard?: IDashboard
|
||||
mydownline?: IDownline
|
||||
qualified?: boolean
|
||||
numinvitati?: number
|
||||
numinvitatiattivi?: number
|
||||
|
||||
Reference in New Issue
Block a user