diff --git a/src/typings/spotify-api.d.ts b/src/typings/spotify-api.d.ts index 3260e70..f5ceffc 100644 --- a/src/typings/spotify-api.d.ts +++ b/src/typings/spotify-api.d.ts @@ -940,9 +940,9 @@ declare namespace SpotifyApi { href: string; items: T[]; limit: number; - next: string; + next: string | null; offset: number; - previous: string; + previous: string | null; total: number; }