UNPKG

@5minds/processcube_engine

Version:

The ProcessCube Engine. Stores and executes BPMNs.

4 lines (3 loc) 242 B
import { NextFunction, Response } from 'express'; import { IHttpRequestWithIdentity } from '../HttpRequestWithIdentity'; export declare function apiMonitoringMiddleware(req: IHttpRequestWithIdentity, res: Response, next: NextFunction): void;