MCPcopy
hub / github.com/watercrawl/WaterCrawl / UsageResponse

Interface UsageResponse

frontend/src/types/common.ts:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26export interface UsageResponse {
27 crawl_history: UsageHistory[];
28 document_history: UsageHistory[];
29 finished_crawls: number;
30 total_documents: number;
31 total_crawls: number;
32}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected