fix: property deleted is on DomainEntity

This commit is contained in:
Maël Gangloff
2024-09-04 18:09:42 +02:00
parent 689ad51e3a
commit c3a6129dcb
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,6 @@ export interface Event {
export interface Entity {
handle: string
jCard: any
deleted: boolean
}
export interface Nameserver {
@@ -55,6 +54,7 @@ export interface Domain {
entity: Entity
events: Event[]
roles: string[]
deleted: boolean
}[]
nameservers: Nameserver[]
tld: Tld