Type alias AfterResponseHook

AfterResponseHook: ((request, options, response) => Response | void | Promise<Response | void>)

Type declaration

    • (request, options, response): Response | void | Promise<Response | void>
    • Parameters

      Returns Response | void | Promise<Response | void>

Generated using TypeDoc