Interface CheckContactsCompatibilityResponseContactCheckResult

interface CheckContactsCompatibilityResponseContactCheckResult {
    compatible: boolean;
    errorMessage?: string;
}

Properties

compatible: boolean
errorMessage?: string