File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -741,8 +741,7 @@ declare namespace SpotifyApi {
741
741
* GET /v1/me/shows
742
742
* https://developer.spotify.com/documentation/web-api/reference/library/get-users-saved-shows/
743
743
*/
744
- interface ListOfUsersShowsResponse
745
- extends PagingObject < SavedShowObject > { }
744
+ interface ListOfUsersShowsResponse extends PagingObject < SavedShowObject > { }
746
745
747
746
/**
748
747
* Save shows for user
Original file line number Diff line number Diff line change @@ -1606,7 +1606,9 @@ declare namespace SpotifyWebApi {
1606
1606
* @throws {Error } If the implementation being set doesn't conform with Promises/A+
1607
1607
* @return {void }
1608
1608
*/
1609
- setPromiseImplementation ( promiseImplementation : Record < PropertyKey , any > ) : void ;
1609
+ setPromiseImplementation (
1610
+ promiseImplementation : Record < PropertyKey , any >
1611
+ ) : void ;
1610
1612
}
1611
1613
}
1612
1614
You can’t perform that action at this time.
0 commit comments