Type alias ErrorHandlingMiddlewareWithOption<ThisType, ResType>

ErrorHandlingMiddlewareWithOption<ThisType, ResType>: ((this, err, res, next) => void | Promise<void>)

Type Parameters

  • ThisType = any

  • ResType = any

Type declaration

Generated using TypeDoc