@qontrol/express
Version:
Express.js middleware for BullMQ monitoring
8 lines • 332 B
TypeScript
import { Request, Response } from 'express';
import { Qontrol } from '@qontrol/core';
export declare class HealthController {
protected qontrol: Qontrol;
constructor(qontrol: Qontrol);
heathCheck(req: Request, res: Response): Promise<Response<any, Record<string, any>>>;
}
//# sourceMappingURL=health.controller.d.ts.map