Function: onPreparingResponse()
Function: onPreparingResponse()
function onPreparingResponse(context): Promise<void>;
Hook that runs just before preparing the response.
Parameters
context
The context of the hook.
Returns
Promise<void>
function onPreparingResponse(context): Promise<void>;
Hook that runs just before preparing the response.
The context of the hook.
Promise<void>