UNPKG

gads

Version:

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

8 lines (7 loc) 186 B
import { BaseObject } from './baseObject'; export interface Location extends BaseObject { id?: number; type?: string; canonicalParentId?: number; displayName?: string; }