MCPcopy
hub / github.com/AsyncFuncAI/deepwiki-open / ProcessedProject

Interface ProcessedProject

src/components/ProcessedProjects.tsx:8–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7// Interface should match the structure from the API
8interface ProcessedProject {
9 id: string;
10 owner: string;
11 repo: string;
12 name: string;
13 repo_type: string;
14 submittedAt: number;
15 language: string;
16}
17
18interface ProcessedProjectsProps {
19 showHeader?: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected