feat: add configurable wind units

This commit is contained in:
zv
2026-06-13 13:36:36 +02:00
parent a8d4d1e23c
commit 7ad95550eb
21 changed files with 152 additions and 38 deletions

View File

@@ -1,5 +1,6 @@
import type { Language } from "@/lib/i18n";
import type { Province } from "@/types/province";
import type { WindSpeedUnit } from "@/types/units";
export interface PushSubscriptionKeys {
p256dh: string;
@@ -24,6 +25,7 @@ export interface WarningPushSubscription {
longitude: number | null;
locationName: string | null;
countyTeryt: string | null;
windSpeedUnit: WindSpeedUnit;
createdAt: string;
updatedAt: string;
}