From fe675d4feaf09ca61ddaf7162eb5b201450d496a Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Tue, 28 Oct 2025 14:36:50 -0500 Subject: [PATCH] frontend types --- web/src/types/trigger.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/types/trigger.ts b/web/src/types/trigger.ts index f2874878e..acf58da76 100644 --- a/web/src/types/trigger.ts +++ b/web/src/types/trigger.ts @@ -1,5 +1,5 @@ export type TriggerType = "thumbnail" | "description"; -export type TriggerAction = "notification"; +export type TriggerAction = "notification" | "sub_label" | "attribute"; export type Trigger = { enabled: boolean;