ExDisco.Artists.ArtistAlias (ex_disco v0.1.0)

Copy Markdown View Source

Discogs artist alias struct

Summary

Types

t()

@type t() :: %ExDisco.Artists.ArtistAlias{
  id: pos_integer(),
  name: String.t(),
  resource_url: String.t() | nil
}