Add types and specs for LastFm module
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
defmodule LastFm.Artist do
|
||||
defstruct [:musicbrainz_id, :name]
|
||||
|
||||
@type t :: %__MODULE__{
|
||||
musicbrainz_id: String.t(),
|
||||
name: String.t()
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user