feat: implement favorites functionality with SoundCard integration and FavoritesService
This commit is contained in:
@@ -17,6 +17,8 @@ export interface Sound {
|
||||
thumbnail?: string
|
||||
is_music: boolean
|
||||
is_deletable: boolean
|
||||
is_favorited: boolean
|
||||
favorite_count: number
|
||||
created_at: string
|
||||
updated_at: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user