export interface DirectoryEntry { name: string; type: 'file' | 'directory'; }