UNPKG

@cemusta/nestjs-pulse

Version:

The modern MongoDB-powered scheduling library pulse for NestJS

5 lines (4 loc) 233 B
import { PulseQueueConfig } from '../interfaces'; export declare function Queue(): ClassDecorator; export declare function Queue(name: string): ClassDecorator; export declare function Queue(config: PulseQueueConfig): ClassDecorator;