- Requirements
- Send Msg to Passeggeri
This commit is contained in:
Paolo Arena
2020-03-10 21:42:30 +01:00
parent 2f283d0710
commit 3f6ffc973a
66 changed files with 1670 additions and 547 deletions

View File

@@ -22,6 +22,7 @@ export interface INotData {
arr_nations?: string
lastsreg?: IUserFields[]
checkuser?: ICheckUser | any
numreg_untilday?: number
reg_daily?: string
}

View File

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