mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add entities on layout
This commit is contained in:
@@ -48,7 +48,11 @@ export interface Domain {
|
||||
handle: string
|
||||
status: string[]
|
||||
events: Event[]
|
||||
entities: Entity[]
|
||||
entities: {
|
||||
entity: Entity
|
||||
events: Event[]
|
||||
roles: string[]
|
||||
}[]
|
||||
nameservers: Nameserver[]
|
||||
tld: Tld
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user