MockAPIResponseCalltype

{
	readonly endpoint: AnyEndpoint;
	readonly response: Response;
	readonly result: unknown;
}
PropertyType
.endpointAnyEndpoint
An Endpoint with any payload and result type, for use where the specific types don't matter. required readonly
.responseResponse
required readonly
.resultunknown
required readonly
Type
AnyEndpoint
An Endpoint with any payload and result type, for use where the specific types don't matter.
Response

Record of a single response parse, capturing the endpoint, response, and parsed result.