UNPKG

203 BTypeScriptView Raw
1import { HookOptions } from './hook-options';
2export declare function ValidationFailed(target: any, propertyName: string): void;
3export declare function ValidationFailed(options: HookOptions): Function;