MCPcopy Create free account
hub / github.com/MiniMax-AI/OpenRoom / FileSystemEvent

Interface FileSystemEvent

apps/webuiapps/src/types/fileSystem.ts:121–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 * File system change event
120 */
121export interface FileSystemEvent {
122 type: FileSystemEventType;
123 nodeId?: string;
124 path?: string;
125 timestamp: number;
126}
127
128/**
129 * File system change listener

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected