frontend types

This commit is contained in:
Josh Hawkins 2025-10-28 14:36:50 -05:00
parent 2ab5294d27
commit fe675d4fea

View File

@ -1,5 +1,5 @@
export type TriggerType = "thumbnail" | "description"; export type TriggerType = "thumbnail" | "description";
export type TriggerAction = "notification"; export type TriggerAction = "notification" | "sub_label" | "attribute";
export type Trigger = { export type Trigger = {
enabled: boolean; enabled: boolean;