This commit is contained in:
mbecker20
2023-08-21 02:42:33 -04:00
parent 8a0321bf67
commit 24bf642dfa
+1
View File
@@ -307,6 +307,7 @@ export type AlertData =
id: string;
name: string;
region?: string;
component: string;
temp: number;
max: number;
}}