MCPcopy Index your code
hub / github.com/electron/fiddle / NodeTypesFile

Interface NodeTypesFile

tests/mocks/electron-types.ts:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8export interface NodeTypesFile {
9 path: string;
10 type: string;
11 contentType: string;
12 integrity: string;
13 lastModified: string;
14 size: number;
15}
16
17export interface NodeTypesDirectory {
18 path: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected