RestRequestConfig
RestRequestConfig =
Record<string,unknown>
Defined in: packages/api-client/src/rest/client/RestClient.ts:88
Axios-compatible per-request config forwarded to apisauce. Kept loose
because callers in the web app pass anything from headers overrides
to AbortSignals.