Interface ReplayInteraction

Represents a single interaction, request and response in a replay.

interface ReplayInteraction {
    request?: ReplayRequest;
    response?: ReplayResponse;
}

Properties

Properties

request?: ReplayRequest
response?: ReplayResponse
MMNEPVFCICPMFPCPTTAAATR