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