GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

MiddlewareContext

API/Type Aliases/MiddlewareContext
seyfert/lib/commands/applications/shared.d.ts

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.