UNPKG

gads

Version:

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

9 lines (8 loc) 248 B
import { BaseObject } from './baseObject'; import { ReportQuery } from './reportQuery'; export interface SavedQuery extends BaseObject { id?: number; name?: string; reportQuery?: ReportQuery; isCompatibleWithApiVersion?: boolean; }