UNPKG

gads

Version:

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

8 lines (7 loc) 287 B
import { BaseObject } from './baseObject'; import { DateTime } from './dateTime'; import { ForecastBreakdownTarget } from './forecastBreakdownTarget'; export interface ForecastBreakdownOptions extends BaseObject { timeWindows?: DateTime[]; targets?: ForecastBreakdownTarget[]; }