generated from nhcarrigan/template
feat: initial commit
This commit is contained in:
20
src/interfaces/weather/names/PrecipitationName.ts
Normal file
20
src/interfaces/weather/names/PrecipitationName.ts
Normal 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";
|
Reference in New Issue
Block a user