UNPKG

gads

Version:

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

8 lines (7 loc) 251 B
import { BaseObject } from './baseObject'; import { DayPart } from './dayPart'; import { DeliveryTimeZone } from './deliveryTimeZone'; export interface DayPartTargeting extends BaseObject { dayParts?: DayPart[]; timeZone?: DeliveryTimeZone; }