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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user