mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add watchlist name
This commit is contained in:
@@ -65,6 +65,7 @@ export interface User {
|
||||
}
|
||||
|
||||
export interface Watchlist {
|
||||
name?: string
|
||||
domains: string[],
|
||||
triggers: { event: EventAction, action: TriggerAction }[],
|
||||
connector?: string
|
||||
|
||||
Reference in New Issue
Block a user