mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-11 17:47:37 +03:00
frontend types
This commit is contained in:
parent
2ab5294d27
commit
fe675d4fea
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user