export interface BreadcrumbRoute { label: string; url: string; } export type BreadcrumbType = "arrow" | "slash" | "bullet" | "";