UNPKG

@jescrich/nestjs-workflow

Version:
6 lines (5 loc) 187 B
declare const OnEvent: <E>(params: { event: E; order?: number; }) => (target: any, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor; export { OnEvent };