MCPcopy
hub / github.com/decaporg/decap-cms / TreeEntry

Interface TreeEntry

packages/decap-cms-backend-github/src/GraphQLAPI.ts:39–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37});
38
39interface TreeEntry {
40 object?: {
41 entries: TreeEntry[];
42 };
43 type: 'blob' | 'tree';
44 name: string;
45 sha: string;
46 blob?: {
47 size: number;
48 };
49}
50
51interface TreeFile {
52 path: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected