Skip to content

RawApiResponseWithData

Defined in: packages/json-api-client/src/types.ts:153

A clone of the response object with the JSON parsed.

T

json: T;

Defined in: packages/json-api-client/src/types.ts:155


response: Response;

Defined in: packages/json-api-client/src/types.ts:154