Type alias MiddlewareNextFunction

MiddlewareNextFunction: ((error?) => any)

A next function for a middleware.

Type declaration

    • (error?): any
    • Parameters

      • Optional error: any

        The error, if occurred.

      Returns any

Generated using TypeDoc