export type DirectoryEntryType = 'file' | 'directory'; export type BreadcrumbData = { name: string; href: string; };