UNPKG

@bull-board/api

Version:

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

6 lines (5 loc) 187 B
import { UIConfig, ViewHandlerReturnType } from '../../typings/app'; export declare function entryPoint(params: { basePath: string; uiConfig: UIConfig; }): ViewHandlerReturnType;