import type { ICarouselItem } from './IIntroCarouselData' export interface IIntroScreen { privacyPolicyUrl: string termsUrl: string widgetView: 'vertical' | 'horizontal-small' | 'horizontal-medium' | 'horizontal-large' | 'big-format' introtext?: ICarouselItem[] introctatext: string }