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 {
741741 * GET /v1/me/shows
742742 * https://developer.spotify.com/documentation/web-api/reference/library/get-users-saved-shows/
743743 */
744- interface ListOfUsersShowsResponse
745- extends PagingObject < SavedShowObject > { }
744+ interface ListOfUsersShowsResponse extends PagingObject < SavedShowObject > { }
746745
747746 /**
748747 * Save shows for user
Original file line number Diff line number Diff line change @@ -1606,7 +1606,9 @@ declare namespace SpotifyWebApi {
16061606 * @throws {Error } If the implementation being set doesn't conform with Promises/A+
16071607 * @return {void }
16081608 */
1609- setPromiseImplementation ( promiseImplementation : Record < PropertyKey , any > ) : void ;
1609+ setPromiseImplementation (
1610+ promiseImplementation : Record < PropertyKey , any >
1611+ ) : void ;
16101612 }
16111613}
16121614
You can’t perform that action at this time.
0 commit comments