UNPKG

kindagoose

Version:
8 lines 390 B
import { PostHook } from '../interfaces/post-hook'; /** * Method, that marked with this decorator will be called after execution of passed events. * @param {[PostHook]} hooks - Events that will be handled by this method. * @constructor */ export declare const Post: (...hooks: PostHook[]) => import("@nestjs/common").CustomDecorator<string>; //# sourceMappingURL=post.decorator.d.ts.map