* Base API client configuration
| 93 | * Base API client configuration |
| 94 | */ |
| 95 | interface ApiClientConfig { |
| 96 | baseUrl?: string; |
| 97 | defaultHeaders?: Record<string, string>; |
| 98 | } |
| 99 | |
| 100 | /** |
| 101 | * Request options for API calls |
nothing calls this directly
no outgoing calls
no test coverage detected