type Breadcrumb = { title: string uid: string href?: string } export interface BreadcrumbsProps { breadcrumbs: Breadcrumb[] }