| 32 | * Proxy configuration for fetching articles. |
| 33 | */ |
| 34 | export interface ProxyConfig { |
| 35 | /** Proxy endpoint URL */ |
| 36 | target?: string |
| 37 | /** Headers for proxy request */ |
| 38 | headers?: Record<string, string> |
| 39 | } |
| 40 | |
| 41 | /** |
| 42 | * Options for the HTTP fetch request. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…