UNPKG

nodejs-google-adwords

Version:
10 lines (9 loc) 257 B
import { ILocation } from './Location'; export interface ILocationCriterion { location: ILocation; readonly canonicalName: string; readonly reach: string; readonly locale: string; readonly searchTerm: string; countryCode?: string; }