Kind: Interface
Source: atloria-monorepo/packages/api-client/src/types/config.ts
Request configuration for individual API calls
Properties
| Property | Type |
|---|---|
method | `'GET' |
path | string |
params | `Record<string, string |
body | unknown |
headers | Record<string, string> |
signal | AbortSignal |
skipRetry | boolean |
skipAuth | boolean |
Was this page helpful?