MCPcopy
hub / github.com/opactorai/Claudable / ProjectFileEntry

Interface ProjectFileEntry

types/backend/files.ts:1–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface ProjectFileEntry {
2 path: string;
3 name: string;
4 type: 'file' | 'directory';
5 size?: number;
6 hasChildren?: boolean;
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected