aktre modifiche sistemando...
This commit is contained in:
@@ -67,6 +67,9 @@ export interface IFavorite {
|
||||
tab: number
|
||||
}
|
||||
|
||||
export interface IFavBook {
|
||||
username: string
|
||||
}
|
||||
|
||||
export interface IUserProfile {
|
||||
img?: string
|
||||
@@ -129,6 +132,8 @@ export interface IUserProfile {
|
||||
noFoto: boolean
|
||||
bookmark: IBookmark[]
|
||||
favorite: IFavorite[]
|
||||
myfav: IFavBook[]
|
||||
mybook: IFavBook[]
|
||||
|
||||
// in memory
|
||||
asked_friends: any[]
|
||||
|
||||
Reference in New Issue
Block a user