import { SafeStyle } from '@angular/platform-browser'; import { MxLink } from '../../mx-slider.model'; export interface MatCarouselSlide { image: SafeStyle; overlayColor: string; hideOverlay: boolean; disabled: boolean; enlace?: MxLink; }