jimpex
    Preparing search index...

    Type Alias GatewayHelperServiceResponseHandler

    GatewayHelperServiceResponseHandler: (
        options: GatewayHelperServiceResponseReducerOptions,
    ) => Promise<void>

    A function to handle the response of an endpoint. This is called when the helper service tells the controller that the endpoint shouldn't be streamed, so this method should handle the response.

    Type Declaration