UNPKG

gads

Version:

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

7 lines (6 loc) 169 B
import { BaseObject } from './baseObject'; export interface GetPreviewUrl extends BaseObject { lineItemId?: number; creativeId?: number; siteUrl?: string; }