import { BabylonButtonI } from '../../../interfaces/babylon-button.interface'; export interface BabylonBreadcrumbI { links?: BabylonButtonI[]; }