export interface FileItem { path: string; type: "file" | "directory"; }