UNPKG

@sotatech/nest-taskflow

Version:

A task flow management library for NestJS with Redis Pub/Sub integration.

3 lines (2 loc) 165 B
import { OnTaskVerifiedOptions } from 'src/interfaces'; export declare function OnTaskVerified(queueName: string, options?: OnTaskVerifiedOptions): MethodDecorator;