interface ListTldsResponse {
    tlds: Tld[];
    totalCount: number;
}

Properties

Properties

tlds: Tld[]

Array of TLDs.

totalCount: number

Total count of TLDs returned.