Kind: Interface
Source: atloria-monorepo/packages/api-client/src/types/config.ts
Configuration for the Atloria API client
Properties
| Property | Type |
|---|---|
baseURL | string |
token | string |
timeout | number |
maxRetries | number |
enableDeduplication | boolean |
enableLogging | boolean |
headers | Record<string, string> |
onTokenRefresh | (token: string) => void |
onAuthError | () => void |
Was this page helpful?