export interface Breadcrumb { label: string; url: string; queryParams?: { [key: string]: string; }; }