import { IImage } from './Media'; export interface IDynamicSettings { landscapeLogoImage: IImage; pricePrefix: string; promoText: string; }