MockAPIFetchCalltype
{
readonly request: Request;
readonly response: Response;
}| Property | Type | |
|---|---|---|
.request | Request | required readonly |
.response | Response | required readonly |
| Type | |
|---|---|
Request | |
Response |
Record of a single mocked fetch, pairing the request with the response the handler returned.