BeamLabCountries.Union (beamlab_countries v1.0.6)

View Source

Union struct representing international organizations and country groupings.

Summary

Types

t()

@type t() :: %BeamLabCountries.Union{
  code: String.t(),
  founded: String.t() | nil,
  headquarters: String.t() | nil,
  members: [String.t()],
  name: String.t(),
  type: atom() | nil,
  website: String.t() | nil,
  wikipedia: String.t() | nil
}