feat: add entities on layout

This commit is contained in:
Maël Gangloff
2024-07-27 16:45:20 +02:00
parent 117a19fa47
commit 68392dd8ec
7 changed files with 144 additions and 90 deletions

View File

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