Type Alias GatewayHelperServiceRequestReducer

GatewayHelperServiceRequestReducer: ((options: GatewayHelperServiceRequestReducerOptions) => Promise<GatewayControllerRequest>)

A function that can be used to modify the information of an endpoint before making a request.

Type declaration