export interface Breadcrumb { name: string; path?: string; } export interface NavBarBreadcrumbsProps { breadcrumbs: Breadcrumb[]; }