UNPKG

nodejs-google-adwords

Version:
9 lines (8 loc) 217 B
import { IPage } from './abstract/Page'; import { IBatchJob } from './BatchJob'; export interface IBatchJobPage extends IPage { entries: IBatchJob[]; attributes: { 'xsi:type': 'BatchJobPage'; }; }