feat: add delete property on DomainEntity

This commit is contained in:
Maël Gangloff
2024-09-04 18:06:02 +02:00
parent 7bdb289461
commit 689ad51e3a
5 changed files with 59 additions and 23 deletions

View File

@@ -27,6 +27,7 @@ export interface Event {
export interface Entity {
handle: string
jCard: any
deleted: boolean
}
export interface Nameserver {