export interface BreadcrumbLink {
    label: string;
    url?: string;
    target?: string;
    home?: boolean;
    active?: boolean;
    tooltipText?: string;
    tooltipPlace?: string;
    tooltipType?: string;
    tooltipTimer?: string;
}
