UNPKG

nodejs-google-adwords

Version:
7 lines (6 loc) 152 B
import { IImage } from './Media'; export interface IDynamicSettings { landscapeLogoImage: IImage; pricePrefix: string; promoText: string; }