UNPKG

@queuedash/api

Version:

A stunning, sleek dashboard for Bull, BullMQ, and Bee-Queue

6 lines 225 B
import type { Handler } from "express"; import type { Context } from "../routers/_app"; export declare function createQueueDashExpressMiddleware({ ctx, }: { ctx: Context; }): Handler; //# sourceMappingURL=express.d.ts.map