UNPKG

gads

Version:

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

7 lines (6 loc) 236 B
import { Creative } from './creative'; import { DestinationUrlType } from './destinationUrlType'; export interface HasDestinationUrlCreative extends Creative { destinationUrl?: string; destinationUrlType?: DestinationUrlType; }