UNPKG

nodejs-google-adwords

Version:
6 lines (5 loc) 156 B
import { IPage } from './abstract/Page'; import { ICampaign } from './Campaign'; export interface ICampaignPage extends IPage { entries: ICampaign[]; }