MCPcopy Index your code
hub / github.com/VPSDance/ai-proxy-rules / SyncOptions

Interface SyncOptions

scripts/sync.ts:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13import { FetchCache } from "./sync/cache.js";
14
15interface SyncOptions {
16 input: string;
17 output: string;
18 provider: string;
19 cache: string;
20}
21
22const program = new Command();
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected