MCPcopy
hub / github.com/APKLab/APKLab / QuarkApiCall

Interface QuarkApiCall

src/tools/quark-engine.ts:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import { executeProcess } from "../utils/executor";
13
14interface QuarkApiCall {
15 first: string[];
16 second: string[];
17}
18
19type QuarkRegisterEntry = Record<string, QuarkApiCall>;
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected