UNPKG

gads

Version:

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

7 lines (6 loc) 174 B
import { BaseObject } from './baseObject'; import { Value } from './value'; export interface String_ValueMapEntry extends BaseObject { key?: string; value?: Value; }