UNPKG

nodejs-google-adwords

Version:
8 lines (7 loc) 176 B
import { IUrlList } from './UrlList'; export interface IUrlData { urlId: string; finalUrls: IUrlList; finalMobileUrls: IUrlList; trackingUrlTemplate: string; }