interface Tld {
    dnssecSupport: boolean;
    durationInYearsMax: number;
    durationInYearsMin: number;
    idnSupport: boolean;
    name: string;
    offers: Record<string, TldOffer>;
    specifications: Record<string, string>;
}

Properties

dnssecSupport: boolean
durationInYearsMax: number
durationInYearsMin: number
idnSupport: boolean
name: string
offers: Record<string, TldOffer>
specifications: Record<string, string>