feat: initial commit

This commit is contained in:
Naomi Carrigan
2024-09-26 11:37:00 -07:00
commit 1339b63378
86 changed files with 12036 additions and 0 deletions

View File

@ -0,0 +1,20 @@
export type PrecipitationName =
| "Blizzard"
| "Cinder Storm"
| "Cloudy"
| "Fog"
| "Hail"
| "Heat Lightning"
| "Heavy Rain"
| "Heavy Snow"
| "Light Rain"
| "Light Snow"
| "Partly Cloudy"
| "Rain"
| "Rainbow"
| "Sleet"
| "Snow"
| "Sun Shower"
| "Sunny"
| "Thundersnow"
| "Thunderstorm";