UNPKG

gads

Version:

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

7 lines (6 loc) 164 B
import { BaseObject } from './baseObject'; export interface CmsContent extends BaseObject { id?: number; displayName?: string; cmsContentId?: string; }