StrawHat.Map v0.3.0 StrawHat.Map.Schema.Continent View Source

Represents a Content struct.

Link to this section Summary

Types

t()
  • name: Name of the continent.
  • code: Two characters code of the continent

Link to this section Types

Link to this type t() View Source
t() :: %StrawHat.Map.Schema.Continent{code: String.t(), name: String.t()}
  • name: Name of the continent.
  • code: Two characters code of the continent.