import { BackgroundSettings } from "@omnia/fx-models"; export interface WCMBackgroundSettings extends BackgroundSettings { isPageImage: boolean; imageProperty: string; }