UNPKG

gads

Version:

An unofficial JS client library for the SOAP-based DFP Ads API

7 lines (6 loc) 186 B
import { BaseObject } from './baseObject'; import { ReportQuery } from './reportQuery'; export interface ReportJob extends BaseObject { id?: number; reportQuery?: ReportQuery; }