diff --git a/globals.d.ts b/globals.d.ts index a7e6f6beab..b32889e6a0 100644 --- a/globals.d.ts +++ b/globals.d.ts @@ -540,6 +540,7 @@ declare namespace Spicetify { * @param uri Any type of URI that has artwork (playlist, track, album, artist, show, ...) */ function colorExtractor(uri: string): Promise<{ + DARK_VIBRANT: string; DESATURATED: string; LIGHT_VIBRANT: string; PROMINENT: string;