Type Alias GatewayHelperServiceResponseReducer

GatewayHelperServiceResponseReducer: ((options: GatewayHelperServiceResponseReducerOptions) => Promise<HTTPResponse>)

A function that can be used to modify the response of an endpoint before the controller processes it.

Type declaration