aggiunto "Seen"
This commit is contained in:
@@ -66,6 +66,10 @@ export interface IFavorite {
|
||||
id: string
|
||||
tab: number
|
||||
}
|
||||
export interface ISeen {
|
||||
id: string
|
||||
tab: number
|
||||
}
|
||||
|
||||
export interface IFavBook {
|
||||
username: string
|
||||
@@ -132,8 +136,10 @@ export interface IUserProfile {
|
||||
noFoto: boolean
|
||||
bookmark: IBookmark[]
|
||||
favorite: IFavorite[]
|
||||
seen: ISeen[]
|
||||
myfav: IFavBook[]
|
||||
mybook: IFavBook[]
|
||||
myseen: IFavBook[]
|
||||
|
||||
// in memory
|
||||
asked_friends: any[]
|
||||
|
||||
Reference in New Issue
Block a user