MCPcopy Create free account
hub / github.com/conaticus/FileExplorer / DirectoryContent

Interface DirectoryContent

src/types.ts:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10export type DirectoryContentType = "File" | "Directory";
11
12export interface DirectoryContent {
13 [key: string]: [string, string]; // Key will be either "Directory" or "File"
14}
15
16export enum ContextMenuType {
17 None,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected