UNPKG

bullmq

Version:

Queue for messages and jobs based on Redis

8 lines (7 loc) 187 B
import { ParentCommand } from '../enums/parent-command'; export interface ChildMessage { cmd: ParentCommand; requestId?: string; value?: any; err?: Record<string, any>; }