UNPKG

bullmq

Version:

Queue for messages and jobs based on Redis

6 lines (5 loc) 128 B
import { JobJson } from '../interfaces'; export type JobJsonSandbox = JobJson & { queueName: string; prefix: string; };