export interface ICarouselSlickData { id: string | number; title: string; image?: string; [p: string]: any; }