Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dzcode-io/dzcode.io
/ FetchConfig
Interface
FetchConfig
api/src/fetch/types.ts:1–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
interface
FetchConfig {
2
params?: Record<string, string | number | boolean>;
3
headers?: Record<string, string>;
4
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected