UNPKG

@bull-board/api

Version:

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

5 lines (4 loc) 237 B
import { BullBoardRequest, ControllerHandlerReturnType } from '../../typings/app'; declare function pauseAll(req: BullBoardRequest): Promise<ControllerHandlerReturnType>; export declare const pauseAllHandler: typeof pauseAll; export {};