Skip to content

Commit 41d1c72

Browse files
committed
change Object to Record<K, V> in typings
1 parent 0718ffd commit 41d1c72

File tree

2 files changed

+49
-49
lines changed

2 files changed

+49
-49
lines changed

src/typings/spotify-api.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ declare namespace SpotifyApi {
124124
context_uri?: string;
125125
position_ms?: number;
126126
uris?: string[];
127-
offset?: Object;
127+
offset?: Record<PropertyKey, any>;
128128
}
129129

130130
interface PlayParameterObject {

0 commit comments

Comments
 (0)