UNPKG

nodejs-google-adwords

Version:
6 lines (5 loc) 160 B
import { IPage } from './abstract/Page'; import { IAdGroupAd } from './AdGroupAd'; export interface IAdGroupAdPage extends IPage { entries: IAdGroupAd[]; }