import { PageRollupDateSettings, PageRollupViewSettings } from ".."; import { GuidValue } from "@omnia/fx-models"; export interface PageRollupRollerViewSettings extends PageRollupViewSettings, PageRollupDateSettings { overlay: number; imageProp: string; showLikesComments: boolean; imagePropRatioUniqueId?: GuidValue; overlayOpacity: number; overlayColor: string; }