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