RestResponse
RestResponse<
TBody> =ApiResponse<TBody>
Defined in: packages/api-client/src/rest/client/RestClient.ts:94
Apisauce-style response (status, headers, mutated data shape). The
data field is APIResponse<TBody> after the response transform runs.
Type Parameters
Section titled “Type Parameters”TBody = unknown