UNPKG

nodejs-google-adwords

Version:
6 lines (5 loc) 152 B
import { IPage } from './abstract/Page'; import { IAdGroup } from './AdGroup'; export interface IAdGroupPage extends IPage { entries: IAdGroup[]; }