diff --git a/src/typings/spotify-api.d.ts b/src/typings/spotify-api.d.ts index 0e9f448..b631891 100644 --- a/src/typings/spotify-api.d.ts +++ b/src/typings/spotify-api.d.ts @@ -1144,7 +1144,7 @@ declare namespace SpotifyApi { * [](https://developer.spotify.com/web-api/web-api-personalization-endpoints/get-recently-played/#play-history-object) */ interface PlayHistoryObject { - track: TrackObjectSimplified; + track: TrackObjectFull; played_at: string; context: ContextObject; }