ExDisco.Releases.Track (ex_disco v0.1.0)

Copy Markdown View Source

A single entry in a release tracklist.

Summary

Types

t()

@type t() :: %ExDisco.Releases.Track{
  duration: String.t() | nil,
  position: String.t() | nil,
  title: String.t(),
  type: String.t() | nil
}