jimpex
    Preparing search index...

    Type Alias GatewayHelperServiceStreamVerification

    GatewayHelperServiceStreamVerification: (
        options: GatewayHelperServiceResponseReducerOptions,
    ) => Promise<boolean>

    A function that can be used to tell the controller to stream the response of an endpoint or not. If it returns false, the function to handle responses should be defined, otherwise, an error will be generated.

    Type Declaration