feat: add weather unit preferences
Some checks failed
CI / Lint, test, typecheck and build (push) Has been cancelled
Some checks failed
CI / Lint, test, typecheck and build (push) Has been cancelled
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
export type TemperatureUnit = "c" | "f";
|
||||
export type WindSpeedUnit = "ms" | "kmh" | "mph";
|
||||
export type WindSpeedUnit = "ms" | "kmh" | "mph" | "kt" | "bft";
|
||||
export type PrecipitationUnit = "mm" | "cm" | "in";
|
||||
export type PressureUnit = "hpa" | "inhg" | "mmhg" | "kpa";
|
||||
export type DistanceUnit = "km" | "mi";
|
||||
|
||||
Reference in New Issue
Block a user