UNPKG

gads

Version:

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

9 lines (8 loc) 259 B
import { BaseObject } from './baseObject'; import { UnitType } from './unitType'; export interface AlternativeUnitTypeForecast extends BaseObject { unitType?: UnitType; matchedUnits?: number; availableUnits?: number; possibleUnits?: number; }