interface CheckDomainResponse {
    isValid: boolean;
}

Properties

Properties

isValid: boolean