ixfx
    Preparing search index...

    Type Alias RequestResponseMatchEvents<TRequest, TResp>

    RequestResponseMatchEvents: {
        completed: {
            request: TRequest;
            response: TResp | string;
            success: boolean;
        };
        match: { request: TRequest; response: TResp };
    }

    Type Parameters

    • TRequest
    • TResp

    Type declaration