UNPKG

gads

Version:

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

8 lines (7 loc) 215 B
import { BaseObject } from './baseObject'; import { Content } from './content'; export interface ContentPage extends BaseObject { totalResultSetSize?: number; startIndex?: number; results?: Content[]; }