Skip to content

RawApiResponseWithData

A clone of the response object with the JSON parsed.

Type parameters

T

Properties

json

json: T;

Source

json-api-client/src/types.ts:122


response

response: Response;

Source

json-api-client/src/types.ts:121