UNPKG

242 BTypeScriptView Raw
1import { ValidationOptions } from '../ValidationOptions';
2/**
3 * Objects / object arrays marked with this decorator will also be validated.
4 */
5export declare function ValidateNested(validationOptions?: ValidationOptions): PropertyDecorator;