MCPcopy Create free account
hub / github.com/AsyncFuncAI/deepwiki-open / ProcessedProjectsProps

Interface ProcessedProjectsProps

src/components/ProcessedProjects.tsx:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18interface ProcessedProjectsProps {
19 showHeader?: boolean;
20 maxItems?: number;
21 className?: string;
22 messages?: Record<string, Record<string, string>>; // Translation messages with proper typing
23}
24
25export default function ProcessedProjects({
26 showHeader = true,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected