MiddlewareContext
Signature
export type MiddlewareContext<T = any, C = any> = (context: { context: C; next: NextFunction<T>; stop: StopFunction;}) => any;Members
This export does not declare public properties or methods in the generated declaration file.