UNPKG

247 BTypeScriptView Raw
1import { ValidationOptions } from '../ValidationOptions';
2/**
3 * If object has both allowed and not allowed properties a validation error will be thrown.
4 */
5export declare function Allow(validationOptions?: ValidationOptions): PropertyDecorator;