UNPKG

gads

Version:

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

10 lines (9 loc) 371 B
import { BaseImageCreative } from './baseImageCreative'; import { CreativeAsset } from './creativeAsset'; import { LockedOrientation } from './lockedOrientation'; export interface ImageCreative extends BaseImageCreative { altText?: string; thirdPartyImpressionUrl?: string; secondaryImageAssets?: CreativeAsset[]; lockedOrientation?: LockedOrientation; }