Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type 'a paging = 'a Paging_t.paging
type image = Image_t.image
type followers = Followers_t.followers
type external_urls = External_urls_t.external_urls
type artist = {
external_urls : external_urls;
followers : followers;
genres : string list;
href : string;
id : string;
images : image list;
name : string;
popularity : int;
uri : string;
}
type artist_simplified = {
external_urls : external_urls;
href : string;
id : string;
name : string;
uri : string;
}