mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix(front): use property deletedAt instead of deleted
This commit is contained in:
@@ -64,7 +64,7 @@ export interface Domain {
|
||||
entity: Entity
|
||||
events: Event[]
|
||||
roles: string[]
|
||||
deleted: boolean
|
||||
deletedAt?: string
|
||||
}>
|
||||
nameservers: Nameserver[]
|
||||
tld: Tld
|
||||
|
||||
Reference in New Issue
Block a user