import { BannerContract } from '../../webgets/elements/banner.contract'; export interface CarouselContract{ id?: string; banners: BannerContract[]; }