Type alias AfterResponseHook
AfterResponseHook: ((request, options, response) => Response | void | Promise<Response | void>)
Type declaration
- (request, options, response): Response | void | Promise<Response | void>
Returns Response | void | Promise<Response | void>