package spotify-web-api

  1. Overview
  2. Docs
type followers = {
  1. href : string option;
  2. total : int;
}