Files
wtr/types/units.ts
2026-06-13 13:36:36 +02:00

2 lines
50 B
TypeScript

export type WindSpeedUnit = "ms" | "kmh" | "mph";