export type TemperatureUnit = "c" | "f"; export type WindSpeedUnit = "ms" | "kmh" | "mph";