feat: add DNSSEC badge in domain response

This commit is contained in:
Maël Gangloff
2024-12-30 14:31:31 +01:00
parent 51593f31d0
commit 363d7a97f3
6 changed files with 87 additions and 22 deletions

View File

@@ -60,6 +60,7 @@ export interface Domain {
tld: Tld
deleted: boolean
updatedAt: string
delegationSigned: boolean
}
export interface User {