feat: favorites — type, mock data, and buttons on player/shop detail pages
This commit is contained in:
@@ -192,3 +192,11 @@ export interface WalletTransaction {
|
||||
description: string
|
||||
createdAt: string
|
||||
}
|
||||
|
||||
export interface Favorite {
|
||||
id: string
|
||||
userId: string
|
||||
targetType: "player" | "shop"
|
||||
targetId: string
|
||||
createdAt: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user