feat: add watchlist name

This commit is contained in:
Maël Gangloff
2024-08-03 19:16:58 +02:00
parent e0ceac382f
commit 1f10ea5429
4 changed files with 19 additions and 14 deletions

View File

@@ -65,6 +65,7 @@ export interface User {
}
export interface Watchlist {
name?: string
domains: string[],
triggers: { event: EventAction, action: TriggerAction }[],
connector?: string