new version Visualizzazione Service
This commit is contained in:
@@ -57,6 +57,16 @@ export interface IUserNotifType {
|
||||
value: number
|
||||
}
|
||||
|
||||
export interface IBookmark {
|
||||
id: string
|
||||
tab: number
|
||||
}
|
||||
|
||||
export interface IFavorite {
|
||||
id: string
|
||||
tab: number
|
||||
}
|
||||
|
||||
|
||||
export interface IUserProfile {
|
||||
img?: string
|
||||
@@ -117,6 +127,8 @@ export interface IUserProfile {
|
||||
noNameSurname: boolean
|
||||
noCircuit: boolean
|
||||
noFoto: boolean
|
||||
bookmark: IBookmark[]
|
||||
favorite: IFavorite[]
|
||||
|
||||
// in memory
|
||||
asked_friends: any[]
|
||||
|
||||
Reference in New Issue
Block a user