feat: add estimated days before WHOIS release

This commit is contained in:
Maël Gangloff
2025-01-01 22:00:05 +01:00
parent 3605f88a7c
commit 18acd41b29
4 changed files with 75 additions and 15 deletions

View File

@@ -66,6 +66,7 @@ export interface Domain {
deleted: boolean
updatedAt: string
delegationSigned: boolean
expiresInDays?: number
}
export interface User {