SpotifyApiSpotify LogoJS

Saved<K extends SpotifyType, T> global.d.ts#L112

The object containing the saved elements and the timestamp when they were added.


Type:

{ added_at: string, } & Record<K, T>