kindagoose
Version:
Integrate Typegoose with NestJS!
8 lines • 389 B
TypeScript
import { PreHook } from '../interfaces/pre-hook';
/**
* Method, that marked with this decorator will be called before the execution of passed events.
* @param {[PreHook]} hooks - Events that will be handled by this method.
* @constructor
*/
export declare const Pre: (...hooks: PreHook[]) => import("@nestjs/common").CustomDecorator<string>;
//# sourceMappingURL=pre.decorator.d.ts.map