Calendarific.Types.Holiday (Calendarific v0.1.1) View Source

Link to this section Summary

Link to this section Types

Specs

holiday() :: %{
  name: String.t(),
  description: String.t(),
  country: Calendarific.Types.Country.t(),
  date: Calendarific.Types.Date.t(),
  type: [String.t()],
  locations: String.t(),
  states: [Calendarific.Types.State.t()] | String.t()
}