MockAPIFetchCalltype

{
	readonly request: Request;
	readonly response: Response;
}
PropertyType
.requestRequest
required readonly
.responseResponse
required readonly
Type
Request
Response

Record of a single mocked fetch, pairing the request with the response the handler returned.