UNPKG

@xtcry/bull-arena

Version:

An interactive UI dashboard for Bee/Bull Queue

10 lines (9 loc) 213 B
declare type FlowType = { job: { queueName: string; [key: string]: any; }; children?: FlowType[]; }; export declare const processFlow: (flow: FlowType) => FlowType; export {};