import { PageRollupDateSettings, PageRollupViewSettings } from ".."; import { GuidValue } from "@omnia/fx-models"; export interface PageRollupListingWithImageViewSettings extends PageRollupViewSettings, PageRollupDateSettings { imageProp: string; summaryProp: string; showLikesComments: boolean; showRating: boolean; imagePropRatioUniqueId?: GuidValue; }