import { PageRollupViewSettings } from "@omnia/wcm/models"; export interface PageRollupNewUXOneColumnViewSettings extends PageRollupViewSettings { titleProp: string; descriptionProp: string; imageProp: string; summaryProp: string; createdBy: string; createdAt: string; logoUrl: string; logoVisibility: boolean; logoPosition: string; logoSize: number; indicatorColor: string; countdownTextColor: string; indicatorPosition: string; indicatorVisibility: boolean; startScroll: number; scrollSpeed: number; waitAfterStopScrolling: number; showLikesComments: boolean; scrollWholePage: boolean; }