UNPKG

java-bean-validation.js

Version:
3 lines (2 loc) 305 B
import { TypeName, Violation, TypeValidationsDescriptor } from '../core/core'; export declare function setObjectType(typeOrTypeName: TypeValidationsDescriptor | TypeName, value: any, typePropertyName: string, enumerable?: boolean, recursively?: boolean, recursivelyEvenNotCascade?: boolean): Violation[];