Type alias GatewayHelperServiceRequestReducerOptions

GatewayHelperServiceRequestReducerOptions: GatewayHelperServiceBaseFnOptions & {
    endpointReq: GatewayControllerRequest;
}

The information sent to the helper service in order to modify, or not, a request before it is sent.

Type declaration

Generated using TypeDoc