UNPKG

@bull-board/api

Version:

A Dashboard server API built on top of bull or bullmq.

5 lines (4 loc) 193 B
import { ControllerHandlerReturnType, HTTPStatus } from '../../typings/app'; export declare function errorHandler(error: Error & { statusCode?: HTTPStatus; }): ControllerHandlerReturnType;