export interface BreadcrumbItem {
    label: string;
    url: string;
    data: any;
}
