UNPKG

gads

Version:

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

8 lines (7 loc) 219 B
import { BaseObject } from './baseObject'; import { RateCard } from './rateCard'; export interface RateCardPage extends BaseObject { results?: RateCard[]; startIndex?: number; totalResultSetSize?: number; }