From 24bf642dfaa48a40599eb2b71035db853bc45a6f Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Mon, 21 Aug 2023 02:42:33 -0400 Subject: [PATCH] fix ts --- client/ts/src/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/ts/src/types.ts b/client/ts/src/types.ts index b54a5d15e..2cfb4a16b 100644 --- a/client/ts/src/types.ts +++ b/client/ts/src/types.ts @@ -307,6 +307,7 @@ export type AlertData = id: string; name: string; region?: string; + component: string; temp: number; max: number; }}