package spotify-web-api

  1. Overview
  2. Docs
type image = {
  1. height : int;
  2. url : string;
  3. width : int;
}