aggiunto "Seen"

This commit is contained in:
Surya Paolo
2023-04-13 14:27:06 +02:00
parent 35db79b479
commit 6f1f962c0a
10 changed files with 107 additions and 2 deletions

View File

@@ -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[]