PersistentAI API Documentation / @persistentai/fireflow-vfs / / VFSEntry
Type Alias: VFSEntry
VFSEntry = {
file:VFSFile;type:"file"; } | {name:string;path:string;type:"directory"; }
Defined in: packages/fireflow-vfs/src/types/file.ts:40
Union type for directory entries