Skip to content

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.

TBody = unknown