UNPKG

gads

Version:

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

7 lines (6 loc) 212 B
import { BaseObject } from './baseObject'; import { Technology } from './technology'; export interface BandwidthGroupTargeting extends BaseObject { isTargeted?: boolean; bandwidthGroups?: Technology[]; }