mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add Webhook support on frontend
This commit is contained in:
@@ -69,6 +69,7 @@ export interface WatchlistRequest {
|
||||
domains: string[],
|
||||
triggers: { event: EventAction, action: TriggerAction }[],
|
||||
connector?: string
|
||||
dsn?: string[]
|
||||
}
|
||||
|
||||
export interface Watchlist {
|
||||
@@ -78,6 +79,7 @@ export interface Watchlist {
|
||||
triggers: { event: EventAction, action: TriggerAction }[],
|
||||
connector?: string
|
||||
createdAt: string
|
||||
dsn?: string[]
|
||||
}
|
||||
|
||||
export interface InstanceConfig {
|
||||
|
||||
Reference in New Issue
Block a user