Type alias PostMiddlewareFunction<ThisType, ResType>
PostMiddlewareFunction<ThisType, ResType>: ((this,
res,
next) => void | Promise<void>) Type Parameters
- ThisType = any
- ResType = any
Type declaration
- (this, res, next): void | Promise<void>
Returns void | Promise<void>