> ## Documentation Index
> Fetch the complete documentation index at: https://stars-components.js.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Type Alias: WeatherName

> **WeatherName** = `"Cloudy"` | `"Fog"` | `"HeavyRain"` | `"HeavyShowers"` | `"HeavySnow"` | `"HeavySnowShowers"` | `"LightRain"` | `"LightShowers"` | `"LightSleet"` | `"LightSleetShowers"` | `"LightSnow"` | `"LightSnowShowers"` | `"PartlyCloudy"` | `"Sunny"` | `"ThunderyHeavyRain"` | `"ThunderyShowers"` | `"ThunderySnowShowers"` | `"VeryCloudy"`

Defined in: [types.ts:49](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/weather-helpers/src/lib/types.ts#L49)

Represents different possible weather conditions
