| 14 | type EnvConfig = typeof configJson.env; |
| 15 | |
| 16 | interface ProviderConfig { |
| 17 | createClient: string; |
| 18 | clientConfig?: Record<string, any>; |
| 19 | } |
| 20 | |
| 21 | // Environment setup |
| 22 | const env: EnvConfig = { ...configJson.env }; |
nothing calls this directly
no outgoing calls
no test coverage detected