UNPKG

bullmq

Version:

Queue for messages and jobs based on Redis

7 lines (6 loc) 169 B
import { JobJson } from '../interfaces/job-json'; export type JobJsonSandbox = JobJson & { queueName: string; queueQualifiedName: string; prefix: string; };