View Source Zonex.MetaZones.MetaZone.Variants (Zonex v0.6.0)

Meta zone name variants.

Link to this section Summary

Link to this section Types

@type t() :: %Zonex.MetaZones.MetaZone.Variants{
  current: String.t() | nil,
  daylight: String.t() | nil,
  generic: String.t() | nil,
  standard: String.t() | nil
}