Add deterministic daily weather brief

This commit is contained in:
zv
2026-06-11 20:27:10 +02:00
parent 47a292b26e
commit 49265e7c51
16 changed files with 590 additions and 60 deletions

View File

@@ -18,6 +18,10 @@ export interface WarningPushSubscription {
province: Province;
language: Language;
enabled: boolean;
morningBriefEnabled: boolean;
latitude: number | null;
longitude: number | null;
locationName: string | null;
createdAt: string;
updatedAt: string;
}