# ValidationService Class deprecated

Module
import { ValidationService } from "@tsed/common"
Source/packages/common/src/mvc/services/ValidationService.ts

# Overview

class ValidationService {
    validate(obj: any, targetType: any, baseType?: any): boolean;
}

# Members

validate(obj: any, targetType: any, baseType?: any): boolean;