Represents a continent with name and two-letter code.
name
String.t
code
@type t() :: %Appwrite.Types.Continent{code: String.t(), name: String.t()}