- Nave
- Requirements - Send Msg to Passeggeri
This commit is contained in:
@@ -22,6 +22,7 @@ export interface INotData {
|
||||
arr_nations?: string
|
||||
lastsreg?: IUserFields[]
|
||||
checkuser?: ICheckUser | any
|
||||
numreg_untilday?: number
|
||||
reg_daily?: string
|
||||
}
|
||||
|
||||
|
||||
@@ -38,6 +38,7 @@ export interface IDashboard {
|
||||
downline: any[],
|
||||
downnotreg: any[],
|
||||
downbyuser: any[]
|
||||
arrnavi?: any[]
|
||||
}
|
||||
|
||||
export interface ICalcStat {
|
||||
@@ -64,6 +65,9 @@ export interface IUserFields {
|
||||
downline?: IUserFields[]
|
||||
calcstat?: ICalcStat
|
||||
dashboard?: IDashboard
|
||||
qualified?: boolean
|
||||
numinvitati?: number
|
||||
numinvitatiattivi?: number
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user