mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: color domain names about to expire
This commit is contained in:
@@ -15,7 +15,7 @@ import {AimOutlined} from "@ant-design/icons";
|
||||
export type Watchlist = {
|
||||
name?: string
|
||||
token: string,
|
||||
domains: { ldhName: string }[],
|
||||
domains: { ldhName: string, deleted: boolean, status: string[] }[],
|
||||
triggers?: { event: EventAction, action: string }[],
|
||||
dsn?: string[]
|
||||
connector?: {
|
||||
|
||||
Reference in New Issue
Block a user