feat: add entities on layout

This commit is contained in:
Maël Gangloff
2024-07-27 15:45:04 +02:00
parent 0bdadc3eed
commit 117a19fa47
2 changed files with 46 additions and 3 deletions

View File

@@ -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
}