MCPcopy 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

1export 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