UNPKG

@tsed/bullmq

Version:
3 lines (2 loc) 151 B
import { Queue, QueueOptions } from "bullmq"; export declare function createQueueProvider(queue: string, opts: QueueOptions): Queue<any, any, string>;