Lista Navi

This commit is contained in:
Paolo Arena
2020-04-07 14:33:56 +02:00
parent e513118cbc
commit 86c8b16913
33 changed files with 805 additions and 1469 deletions

View File

@@ -202,6 +202,7 @@ export interface IListRoutes {
onlyAdmin?: boolean
onlyif_logged?: boolean
onlyManager?: boolean
onlyTutor?: boolean
extraclass?: string
meta?: any
idelem?: string

View File

@@ -38,7 +38,7 @@ export interface IDashboard {
downline: any[],
downnotreg: any[],
downbyuser: any[]
arrnavi?: any[]
arrposizioni?: any[]
}
export interface ICalcStat {
@@ -96,6 +96,7 @@ export interface IUserState {
isLogged?: boolean
isAdmin?: boolean
isManager?: boolean
isTutor?: boolean
isTeacher?: boolean
usersList?: IUserFields[]
countusers?: number