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:130
response
response: Response;
Source
json-api-client/src/types.ts:129
A clone of the response object with the JSON parsed.
• T
json: T;
json-api-client/src/types.ts:130
response: Response;
json-api-client/src/types.ts:129