export interface BreadcrumbItem {
    title: string;
    url?: string;
    is_last?: boolean;
}
