MockAPIResponseCalltype
{
readonly endpoint: AnyEndpoint;
readonly response: Response;
readonly result: unknown;
}| Property | Type | |
|---|---|---|
.endpoint | AnyEndpoint | An Endpoint with any payload and result type, for use where the specific types don't matter. required readonly |
.response | Response | required readonly |
.result | unknown | 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.