RawApiResponseWithData
Defined in: packages/json-api-client/src/types.ts:128
A clone of the response object with the JSON parsed.
Type Parameters
Section titled “Type Parameters”T
Properties
Section titled “Properties”json: T;Defined in: packages/json-api-client/src/types.ts:130
response
Section titled “response”response: Response;Defined in: packages/json-api-client/src/types.ts:129